reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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.h1025 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); }