Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp166 static void getSortedConstantKeys(std::vector<Value *> &SortedKeys, in getSortedConstantKeys() argument
169 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() local
2111 getSortedConstantKeys(SortedKeys, OldMap); in createAndInsertBasicBlocks()
2113 for (Value *RetVal : SortedKeys) { in createAndInsertBasicBlocks()