Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp168 static void getSortedConstantKeys(std::vector<Value *> &SortedKeys, in getSortedConstantKeys()
2135 std::vector<Value *> SortedKeys; in createAndInsertBasicBlocks() local
2311 std::vector<Value *> SortedKeys; in deduplicateExtractedSections() local
/aosp_15_r20/build/soong/android/
H A Dutil.go113 func SortedKeys[T cmp.Ordered, V any](m map[T]V) []T { func