| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/Analysis/CFGPrinter.h"
Public Member Functions | |
| LLVM_ABI PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) | 
| Public Member Functions inherited from llvm::PassInfoMixin< CFGOnlyViewerPass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) | 
Static Public Member Functions | |
| static bool | isRequired () | 
| Static Public Member Functions inherited from llvm::PassInfoMixin< CFGOnlyViewerPass > | |
| static StringRef | name () | 
| Gets the name of the pass we are mixed into.   | |
Definition at line 44 of file CFGPrinter.h.
      
  | 
  inlinestatic | 
Definition at line 47 of file CFGPrinter.h.
| PreservedAnalyses CFGOnlyViewerPass::run | ( | Function & | F, | 
| FunctionAnalysisManager & | AM ) | 
Definition at line 119 of file CFGPrinter.cpp.
References llvm::PreservedAnalyses::all(), CFGFuncName, F, llvm::getMaxFreq(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and viewCFG().