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

Definitions

include/llvm/Analysis/RegionIterator.h
  316 RegionGraphTraits(Region, RegionNode);
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; }
  349   static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
  366   static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); }
lib/Transforms/Vectorize/VPlan.h
 1343   static NodeRef getEntryNode(NodeRef N) { return N; }
tools/clang/include/clang/Analysis/CallGraph.h
  207   static NodeType *getEntryNode(clang::CallGraph *CGN) {
  233   static NodeType *getEntryNode(const clang::CallGraph *CGN) {