Home
last modified time | relevance | path

Searched refs:FindAndConstruct (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/XRay/
H A DGraph.h383 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()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DValueMap.h209 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
210 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h317 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
326 return FindAndConstruct(Key).second;
329 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function
338 return FindAndConstruct(std::move(Key)).second;
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h143 BBMap.FindAndConstruct(Pred); in BuildBlockList()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1329 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()