Searched refs:SortedKeys (Results 1 – 1 of 1) sorted by relevance
166 static void getSortedConstantKeys(std::vector<Value *> &SortedKeys, in getSortedConstantKeys() argument169 SortedKeys.push_back(VtoBB.first); in getSortedConstantKeys()173 if (SortedKeys.size() == 1) { in getSortedConstantKeys()174 assert(!SortedKeys[0] && "Expected a single void value."); in getSortedConstantKeys()178 stable_sort(SortedKeys, [](const Value *LHS, const Value *RHS) { in getSortedConstantKeys()2109 std::vector<Value *> SortedKeys; in createAndInsertBasicBlocks() local2111 getSortedConstantKeys(SortedKeys, OldMap); in createAndInsertBasicBlocks()2113 for (Value *RetVal : SortedKeys) { in createAndInsertBasicBlocks()