Home
last modified time | relevance | path

Searched refs:viewCFG (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp15 // 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 DAnalysis.cpp101 F->viewCFG(); in LLVMViewFunctionCFG()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp506 MF.viewCFG(); in runOnMachineFunction()
522 MF.viewCFG(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h906 void viewCFG() const;
909 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h878 void viewCFG() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1298 F.viewCFG(); in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp700 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1419 void viewCFG(const LangOptions &LO) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp841 LLVM_DEBUG(FuncRep->viewCFG()); in run()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp6334 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG