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