reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
313 RegionNodeGraphTraits(RegionNode, BasicBlock, Region);
include/llvm/CodeGen/MachineBasicBlock.h874 static NodeRef getEntryNode(MachineBasicBlock *BB) { return BB; } 883 static NodeRef getEntryNode(const MachineBasicBlock *BB) { return BB; }include/llvm/CodeGen/MachineDominators.h
263 static NodeRef getEntryNode(NodeRef N) { return N; } 283 static NodeRef getEntryNode(MachineDominatorTree *DT) {include/llvm/CodeGen/MachineFunction.h
1025 static NodeRef getEntryNode(MachineFunction *F) { return &F->front(); }
include/llvm/IR/CFG.h302 static NodeRef getEntryNode(BasicBlock *BB) { return BB; } 311 static NodeRef getEntryNode(const BasicBlock *BB) { return BB; } 349 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }include/llvm/IR/Dominators.h
196 static NodeRef getEntryNode(NodeRef N) { return N; }
lib/Transforms/Vectorize/VPlan.h 1343 static NodeRef getEntryNode(NodeRef N) { return N; }
tools/clang/include/clang/Analysis/CallGraph.h190 static NodeType *getEntryNode(clang::CallGraphNode *CGN) { return CGN; } 200 static NodeType *getEntryNode(const clang::CallGraphNode *CGN) { return CGN; }