Searched refs:FindAndConstruct (Results 1 – 8 of 8) sorted by relevance
382 return Vertices.FindAndConstruct(I).second;389 auto &P = Edges.FindAndConstruct(I);390 Vertices.FindAndConstruct(I.first);391 Vertices.FindAndConstruct(I.second);465 Vertices.FindAndConstruct(EI.first); in insert()466 Vertices.FindAndConstruct(EI.second); in insert()482 Vertices.FindAndConstruct(EI.first); in insert()483 Vertices.FindAndConstruct(EI.second); in insert()
207 value_type &FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function215 ValueT &operator[](const KeyT &Key) { return FindAndConstruct(Key).second; }217 value_type &FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function226 return FindAndConstruct(__sanitizer::move(Key)).second;
202 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function203 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
348 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function357 return FindAndConstruct(Key).second;360 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function369 return FindAndConstruct(std::move(Key)).second;
142 BBMap.FindAndConstruct(Pred); in BuildBlockList()
1151 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()1330 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in setLocThreadIdInsertPt()1345 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in clearLocThreadIdInsertPt()1434 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()1446 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()8577 auto &OverlappedElements = OverlappedData.FindAndConstruct(&BaseData); in generateInfoForCapture()9266 auto &Decls = FunctionUDMMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedMapper()
2421 VSRContainingGPRs.FindAndConstruct(Info.getDstReg()).second; in spillCalleeSavedRegisters()
9815 auto &Res = EntryToLastInstruction.FindAndConstruct(E); in getLastInstructionInBundle()