Searched refs:viewCFG (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 84 static void viewCFG(Function &F, const BlockFrequencyInfo *BFI, in viewCFG() function 107 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI)); in runOnFunction() 131 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI)); in run() 147 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in runOnFunction() 172 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in run() 263 void Function::viewCFG() const { viewCFG(false, nullptr, nullptr); } in viewCFG() function in Function 265 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, in viewCFG() function in Function 282 viewCFG(true, BFI, BPI); in viewCFGOnly()
|
| H A D | Analysis.cpp | 133 F->viewCFG(); in LLVMViewFunctionCFG()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Function.h | 869 void viewCFG() const; 872 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 162 cfg->viewCFG(mgr.getLangOpts()); in checkASTCodeBody()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 767 void viewCFG() const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 1212 F.viewCFG(); in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 631 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1423 void viewCFG(const LangOptions &LO) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDILCFGStructurizer.cpp | 845 LLVM_DEBUG(FuncRep->viewCFG()); in run()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 6035 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG
|