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

Definitions

include/llvm/Analysis/LoopInfo.h
 1168   static NodeRef getEntryNode(const Loop *L) { return L; }
 1177   static NodeRef getEntryNode(Loop *L) { return L; }
include/llvm/Analysis/RegionIterator.h
  313 RegionNodeGraphTraits(RegionNode, BasicBlock, Region);
  314 RegionNodeGraphTraits(const RegionNode, BasicBlock, Region);
include/llvm/CodeGen/MachineBasicBlock.h
  874   static NodeRef getEntryNode(MachineBasicBlock *BB) { return BB; }
  883   static NodeRef getEntryNode(const MachineBasicBlock *BB) { return BB; }
include/llvm/CodeGen/MachineDominators.h
  283   static NodeRef getEntryNode(MachineDominatorTree *DT) {
include/llvm/CodeGen/MachineFunction.h
 1025   static NodeRef getEntryNode(MachineFunction *F) { return &F->front(); }
include/llvm/CodeGen/MachineLoopInfo.h
  191   static NodeRef getEntryNode(MachineLoop *L) { return L; }
include/llvm/CodeGen/MachineRegionInfo.h
  129 RegionNodeGraphTraits(MachineRegionNode, MachineBasicBlock, MachineRegion);
  130 RegionNodeGraphTraits(const MachineRegionNode, MachineBasicBlock,
include/llvm/IR/CFG.h
  302   static NodeRef getEntryNode(BasicBlock *BB) { return BB; }
  311   static NodeRef getEntryNode(const BasicBlock *BB) { return BB; }
  326   static NodeRef getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; }
  335   static NodeRef getEntryNode(Inverse<const BasicBlock *> G) { return G.Graph; }
  349   static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
include/llvm/IR/Dominators.h
  196   static NodeRef getEntryNode(NodeRef N) { return N; }
  218   static NodeRef getEntryNode(DominatorTree *DT) { return DT->getRootNode(); }
lib/Transforms/Vectorize/VPlan.h
 1343   static NodeRef getEntryNode(NodeRef N) { return N; }
 1358   static NodeRef getEntryNode(NodeRef N) { return N; }
tools/clang/include/clang/AST/StmtGraphTraits.h
   28   static NodeRef getEntryNode(clang::Stmt *S) { return S; }
   54   static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
tools/clang/include/clang/Analysis/Analyses/Dominators.h
  356   static NodeRef getEntryNode(NodeRef N) { return N; }
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  516     static NodeRef getEntryNode(const GraphTy G) {