reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/DenseMap.h
  300     return FindAndConstruct(Key).second;
include/llvm/Transforms/Utils/SSAUpdaterImpl.h
  142           BBMap.FindAndConstruct(Pred);
include/llvm/XRay/Graph.h
  382     return Vertices.FindAndConstruct(I).second;
  389     auto &P = Edges.FindAndConstruct(I);
  390     Vertices.FindAndConstruct(I.first);
  391     Vertices.FindAndConstruct(I.second);
  482       Vertices.FindAndConstruct(EI.first);
  483       Vertices.FindAndConstruct(EI.second);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1425     auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn);
 1602   auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
 1617   auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
 1647     auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
 1717           auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
 1729   auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
 9076     auto &Decls = FunctionUDMMap.FindAndConstruct(CGF->CurFn);