pub fn lookup_overhead(
source_name: &str,
source_variant: &BTreeMap<String, String>,
target_name: &str,
target_variant: &BTreeMap<String, String>,
) -> Option<ReductionOverhead>Expand description
Look up ReductionOverhead for a direct reduction using ReductionGraph::find_best_entry.