Searched refs:viewCFG (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CFGPrinter.cpp | 15 // Function::viewCFG method, which is useful for debugging passes which operate 82 static void viewCFG(Function &F, const BlockFrequencyInfo *BFI, in writeCFGToDotFile() 98 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI)); in CFGViewerLegacyPass() 108 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in runOnFunction() 132 /// viewCFG - This function is meant for use from the debugger. You can just in run() 133 /// say 'call F->viewCFG()' and a ghostview window should pop up from the in run() 137 void Function::viewCFG() const { viewCFG(false, nullptr, nullptr); } 139 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, in CFGOnlyViewerLegacyPass() 148 /// just like viewCFG, bu in runOnFunction() 84 static void viewCFG(Function &F, const BlockFrequencyInfo *BFI, viewCFG() function 263 void Function::viewCFG() const { viewCFG(false, nullptr, nullptr); } viewCFG() function in Function 265 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, viewCFG() function in Function [all...] |
H A D | Analysis.cpp | 101 F->viewCFG(); in LLVMViewFunctionCFG()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 506 MF.viewCFG(); in runOnMachineFunction() 522 MF.viewCFG(); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 906 void viewCFG() const; 909 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 878 void viewCFG() const;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DFAJumpThreading.cpp | 1298 F.viewCFG(); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 700 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 1419 void viewCFG(const LangOptions &LO) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 841 LLVM_DEBUG(FuncRep->viewCFG()); in run()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 6334 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG
|