Searched refs:NegativeCostGroups (Results 1 – 1 of 1) sorted by relevance
2808 std::vector<OutlinableGroup *> NegativeCostGroups; in doOutline() local2900 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()