fn collect_entry_lower_bounds(
graph: &PathGraph<'_>,
component: &LoopComponent,
copy_sources: &FxHashMap<Local, Local>,
comparisons: &FxHashMap<Local, ComparisonFact>,
) -> FxHashMap<Local, i128>Expand description
Collect numeric lower bounds that hold on paths entering this SCC.