Searched defs:InsertPair (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 61 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 67 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 67 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CFLSteensAliasAnalysis.cpp | 228 auto InsertPair = Cache.insert(std::make_pair(Fn, Optional<FunctionInfo>())); in scan() local
|
H A D | CFLAndersAliasAnalysis.cpp | 813 auto InsertPair = Cache.insert(std::make_pair(&Fn, Optional<FunctionInfo>())); in scan() local
|
H A D | ScalarEvolution.cpp | 5532 auto InsertPair = MinTrailingZerosCache.insert({S, Result}); in GetMinTrailingZeros() local 6167 auto InsertPair = LoopPropertiesCache.insert({L, LP}); in getLoopProperties() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | CFLSteensAliasAnalysis.cpp | 240 auto InsertPair = Cache.insert(std::make_pair(Fn, Optional<FunctionInfo>())); in scan() local
|
H A D | ScalarEvolution.cpp | 4917 auto InsertPair = LoopHasNoAbnormalExits.insert( in loopHasNoAbnormalExits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | MLInlineAdvisor.cpp | 274 auto InsertPair = in getCachedFPI() local
|
H A D | ScalarEvolution.cpp | 6383 auto InsertPair = MinTrailingZerosCache.insert({S, Result}); in GetMinTrailingZeros() local 7381 auto InsertPair = LoopPropertiesCache.insert({L, LP}); in getLoopProperties() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/ |
H A D | flatmap.h | 360 std::pair<iterator, bool> InsertPair(Pair&& p) { in InsertPair() function
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGException.cpp | 1504 auto InsertPair = ParentCGF.EscapedLocals.insert( in recoverAddrOfEscapedLocal() local
|