Home
last modified time | relevance | path

Searched refs:NegativeCostGroups (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2808 std::vector<OutlinableGroup *> NegativeCostGroups; in doOutline() local
2900 NegativeCostGroups.push_back(&CurrentGroup); in doOutline()
2905 if (NegativeCostGroups.size() > 1) in doOutline()
2906 stable_sort(NegativeCostGroups, in doOutline()
2912 for (OutlinableGroup *CG : NegativeCostGroups) { in doOutline()