Searched refs:SortedKeys (Results 1 – 1 of 1) sorted by relevance
168 static void getSortedConstantKeys(std::vector<Value *> &SortedKeys, in getSortedConstantKeys() argument171 SortedKeys.push_back(VtoBB.first); in getSortedConstantKeys()175 if (SortedKeys.size() == 1) { in getSortedConstantKeys()176 assert(!SortedKeys[0] && "Expected a single void value."); in getSortedConstantKeys()180 stable_sort(SortedKeys, [](const Value *LHS, const Value *RHS) { in getSortedConstantKeys()2135 std::vector<Value *> SortedKeys; in createAndInsertBasicBlocks() local2137 getSortedConstantKeys(SortedKeys, OldMap); in createAndInsertBasicBlocks()2139 for (Value *RetVal : SortedKeys) { in createAndInsertBasicBlocks()2311 std::vector<Value *> SortedKeys; in deduplicateExtractedSections() local