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

Declarations

include/llvm/ADT/FoldingSet.h
  354   FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;

References

lib/Analysis/ScalarEvolution.cpp
  426   SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V);
 1288         new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), Op, Ty);
 1335   SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator),
 1663     SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
 1936   SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
 1974     SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator),
 2188   SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator),
 2799         SCEVAddExpr(ID.Intern(SCEVAllocator), O, Ops.size());
 2822         SCEVAddRecExpr(ID.Intern(SCEVAllocator), O, Ops.size(), L);
 2843     S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator),
 3312   SCEV *S = new (SCEVAllocator) SCEVUDivExpr(ID.Intern(SCEVAllocator),
 3674       ID.Intern(SCEVAllocator), static_cast<SCEVTypes>(Kind), O, Ops.size());
 3751   SCEV *S = new (SCEVAllocator) SCEVUnknown(ID.Intern(SCEVAllocator), V, this,
12077       SCEVEqualPredicate(ID.Intern(SCEVAllocator), LHS, RHS);
12094       SCEVWrapPredicate(ID.Intern(SCEVAllocator), AR, AddedFlags);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 7374     Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 2);
 7394     Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 3);
 7416     Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 4);
 7435     Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs);