Searched refs:FindAndConstruct (Results 1 – 5 of 5) sorted by relevance
383 return Vertices.FindAndConstruct(I).second;390 auto &P = Edges.FindAndConstruct(I);391 Vertices.FindAndConstruct(I.first);392 Vertices.FindAndConstruct(I.second);466 Vertices.FindAndConstruct(EI.first); in insert()467 Vertices.FindAndConstruct(EI.second); in insert()483 Vertices.FindAndConstruct(EI.first); in insert()484 Vertices.FindAndConstruct(EI.second); in insert()
209 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function210 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
317 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function326 return FindAndConstruct(Key).second;329 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function338 return FindAndConstruct(std::move(Key)).second;
143 BBMap.FindAndConstruct(Pred); in BuildBlockList()
1329 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()1506 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in setLocThreadIdInsertPt()1521 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in clearLocThreadIdInsertPt()1551 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in emitUpdateLocation()1616 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()1628 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()7738 auto &OverlappedElements = OverlappedData.FindAndConstruct(&BaseData); in generateInfoForCapture()