Home
last modified time | relevance | path

Searched refs:SortedKeys (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp165 static void getSortedConstantKeys(std::vector<Value *> &SortedKeys, in getSortedConstantKeys() argument
168 SortedKeys.push_back(VtoBB.first); in getSortedConstantKeys()
172 if (SortedKeys.size() == 1) { in getSortedConstantKeys()
173 assert(!SortedKeys[0] && "Expected a single void value."); in getSortedConstantKeys()
177 stable_sort(SortedKeys, [](const Value *LHS, const Value *RHS) { in getSortedConstantKeys()
2131 std::vector<Value *> SortedKeys; in createAndInsertBasicBlocks() local
2133 getSortedConstantKeys(SortedKeys, OldMap); in createAndInsertBasicBlocks()
2135 for (Value *RetVal : SortedKeys) { in createAndInsertBasicBlocks()
2307 std::vector<Value *> SortedKeys; in deduplicateExtractedSections() local