Searched refs:SortedKeys (Results 1 – 1 of 1) sorted by relevance
167 static void getSortedConstantKeys(std::vector<Value *> &SortedKeys, in getSortedConstantKeys() argument170 SortedKeys.push_back(VtoBB.first); in getSortedConstantKeys()172 stable_sort(SortedKeys, [](const Value *LHS, const Value *RHS) { in getSortedConstantKeys()2123 std::vector<Value *> SortedKeys; in createAndInsertBasicBlocks() local2125 getSortedConstantKeys(SortedKeys, OldMap); in createAndInsertBasicBlocks()2127 for (Value *RetVal : SortedKeys) { in createAndInsertBasicBlocks()2299 std::vector<Value *> SortedKeys; in deduplicateExtractedSections() local