Searched refs:NegativeCostGroups (Results 1 – 1 of 1) sorted by relevance
2789 std::vector<OutlinableGroup *> NegativeCostGroups; in doOutline() local2881 NegativeCostGroups.push_back(&CurrentGroup); in doOutline()2886 if (NegativeCostGroups.size() > 1) in doOutline()2887 stable_sort(NegativeCostGroups, in doOutline()2893 for (OutlinableGroup *CG : NegativeCostGroups) { in doOutline()