| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/Analysis/CFGPrinter.h"
Public Types | |
| using | nodes_iterator = pointer_iterator<Function::const_iterator> | 
| using | NodeRef | 
| Public Types inherited from llvm::GraphTraits< const BasicBlock * > | |
| using | NodeRef = const BasicBlock * | 
| using | ChildIteratorType = const_succ_iterator | 
Static Public Member Functions | |
| static NodeRef | getEntryNode (DOTFuncInfo *CFGInfo) | 
| static nodes_iterator | nodes_begin (DOTFuncInfo *CFGInfo) | 
| static nodes_iterator | nodes_end (DOTFuncInfo *CFGInfo) | 
| static size_t | size (DOTFuncInfo *CFGInfo) | 
| Static Public Member Functions inherited from llvm::GraphTraits< const BasicBlock * > | |
| static NodeRef | getEntryNode (const BasicBlock *BB) | 
| static ChildIteratorType | child_begin (NodeRef N) | 
| static ChildIteratorType | child_end (NodeRef N) | 
| static unsigned | getNumber (const BasicBlock *BB) | 
Definition at line 108 of file CFGPrinter.h.
| using llvm::GraphTraits< DOTFuncInfo * >::NodeRef | 
Definition at line 95 of file GraphTraits.h.
| using llvm::GraphTraits< DOTFuncInfo * >::nodes_iterator = pointer_iterator<Function::const_iterator> | 
Definition at line 114 of file CFGPrinter.h.
      
  | 
  inlinestatic | 
Definition at line 109 of file CFGPrinter.h.
References llvm::DOTFuncInfo::getFunction().
      
  | 
  inlinestatic | 
Definition at line 116 of file CFGPrinter.h.
References llvm::Function::begin(), and llvm::DOTFuncInfo::getFunction().
      
  | 
  inlinestatic | 
Definition at line 120 of file CFGPrinter.h.
References llvm::Function::end(), and llvm::DOTFuncInfo::getFunction().
      
  | 
  inlinestatic | 
Definition at line 124 of file CFGPrinter.h.
References llvm::DOTFuncInfo::getFunction(), and llvm::Function::size().