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

Definitions

include/llvm/Analysis/CallGraph.h
  459   static NodeRef getEntryNode(CallGraph *CGN) {
  486   static NodeRef getEntryNode(const CallGraph *CGN) {
include/llvm/CodeGen/MachineFunction.h
 1025   static NodeRef getEntryNode(MachineFunction *F) { return &F->front(); }
include/llvm/IR/CFG.h
  349   static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
  366   static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); }
include/llvm/IR/ModuleSummaryIndex.h
 1420   static NodeRef getEntryNode(ModuleSummaryIndex *I) {
lib/Analysis/BlockFrequencyInfoImpl.cpp
  671   static NodeRef getEntryNode(const GraphT &G) { return G.StartIrr; }
lib/Transforms/IPO/FunctionAttrs.cpp
  432   static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); }
unittests/ADT/DirectedGraphTest.cpp
   85   static NodeRef getEntryNode(DGTestGraph *DG) { return *DG->begin(); }
unittests/ADT/TestGraph.h
  239   static NodeRef getEntryNode(const Graph<N> &G) { return G.AccessNode(0); }