Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h67 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert() argument
69 Map.insert(std::make_pair(InsertPair.first, size_t(0))); in insert()
73 Vector.push_back(InsertPair); in insert()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp334 auto InsertPair = in getCachedFPI() local
336 if (!InsertPair.second) in getCachedFPI()
337 return InsertPair.first->second; in getCachedFPI()
338 InsertPair.first->second = FAM.getResult<FunctionPropertiesAnalysis>(F); in getCachedFPI()
339 return InsertPair.first->second; in getCachedFPI()
H A DScalarEvolution.cpp6375 auto InsertPair = ConstantMultipleCache.insert({S, Result}); in getConstantMultiple() local
6376 assert(InsertPair.second && "Should insert a new key"); in getConstantMultiple()
6377 return InsertPair.first->second; in getConstantMultiple()
7420 auto InsertPair = LoopPropertiesCache.insert({L, LP}); in getLoopProperties() local
7421 assert(InsertPair.second && "We just checked!"); in getLoopProperties()
7422 Itr = InsertPair.first; in getLoopProperties()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1842 auto InsertPair = ParentCGF.EscapedLocals.insert( in recoverAddrOfEscapedLocal() local
1844 int FrameEscapeIdx = InsertPair.first->second; in recoverAddrOfEscapedLocal()
1936 auto InsertPair = ParentCGF.EscapedLocals.insert( in EmitCapturedLocals() local
1938 int FrameEscapeIdx = InsertPair.first->second; in EmitCapturedLocals()