Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2811 std::vector<OutlinableGroup *> NegativeCostGroups; in doOutline() local
2903 NegativeCostGroups.push_back(&CurrentGroup); in doOutline()
2908 if (NegativeCostGroups.size() > 1) in doOutline()
2909 stable_sort(NegativeCostGroups, in doOutline()
2915 for (OutlinableGroup *CG : NegativeCostGroups) { in doOutline()