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

Definitions

include/llvm/Analysis/DDG.h
  359   static NodeRef getEntryNode(NodeRef N) { return N; }
include/llvm/CodeGen/MachineBasicBlock.h
  874   static NodeRef getEntryNode(MachineBasicBlock *BB) { return BB; }
include/llvm/CodeGen/MachineFunction.h
 1025   static NodeRef getEntryNode(MachineFunction *F) { return &F->front(); }
 1042   static NodeRef getEntryNode(const MachineFunction *F) { return &F->front(); }
include/llvm/IR/CFG.h
  302   static NodeRef getEntryNode(BasicBlock *BB) { return BB; }
  326   static NodeRef getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; }
  349   static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
unittests/ADT/TestGraph.h
  239   static NodeRef getEntryNode(const Graph<N> &G) { return G.AccessNode(0); }