Searched refs:InsertPair (Results 1 – 4 of 4) sorted by relevance
67 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &InsertPair) { in insert() argument69 Map.insert(std::make_pair(InsertPair.first, size_t(0))); in insert()73 Vector.push_back(InsertPair); in insert()
334 auto InsertPair = in getCachedFPI() local336 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()
6375 auto InsertPair = ConstantMultipleCache.insert({S, Result}); in getConstantMultiple() local6376 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() local7421 assert(InsertPair.second && "We just checked!"); in getLoopProperties()7422 Itr = InsertPair.first; in getLoopProperties()
1842 auto InsertPair = ParentCGF.EscapedLocals.insert( in recoverAddrOfEscapedLocal() local1844 int FrameEscapeIdx = InsertPair.first->second; in recoverAddrOfEscapedLocal()1936 auto InsertPair = ParentCGF.EscapedLocals.insert( in EmitCapturedLocals() local1938 int FrameEscapeIdx = InsertPair.first->second; in EmitCapturedLocals()