Searched refs:FindAndConstruct (Results 1 – 12 of 12) 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()
156 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function157 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
208 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function217 return FindAndConstruct(Key).second;
209 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function210 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
199 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function200 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
247 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function256 return FindAndConstruct(Key).second;259 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function268 return FindAndConstruct(std::move(Key)).second;
262 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function271 return FindAndConstruct(Key).second;274 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function283 return FindAndConstruct(std::move(Key)).second;
287 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function296 return FindAndConstruct(Key).second;299 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function308 return FindAndConstruct(std::move(Key)).second;
120 BBMap.FindAndConstruct(Pred); in BuildBlockList()
131 BBMap.FindAndConstruct(Pred); in BuildBlockList()
143 BBMap.FindAndConstruct(Pred); in BuildBlockList()
808 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()948 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in emitUpdateLocation()1006 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()1022 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()