Searched refs:viewCFG (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp15 // Function::viewCFG method, which is useful for debugging passes which operate
80 static void viewCFG(Function &F, const BlockFrequencyInfo *BFI, function
101 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI));
123 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI));
137 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true);
160 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true);
238 /// viewCFG - This function is meant for use from the debugger. You can just
239 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
243 void Function::viewCFG() const { viewCFG(fals function in class:Function
245 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, function in class:Function
[all...]
H A DAnalysis.cpp132 F->viewCFG();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp162 cfg->viewCFG(mgr.getLangOpts());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h789 /// viewCFG - This function is meant for use from the debugger. You can just
790 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
795 void viewCFG() const;
798 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,
802 /// just like viewCFG, but it does not include the contents of basic blocks
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h659 /// viewCFG - This function is meant for use from the debugger. You can just
660 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
664 void viewCFG() const;
667 /// just like viewCFG, but it does not include the contents of basic blocks
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp640 void MachineFunction::viewCFG() const function in class:MachineFunction
645 errs() << "MachineFunction::viewCFG is only available in debug builds on "
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1411 void viewCFG(const LangOptions &LO) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp870 LLVM_DEBUG(FuncRep->viewCFG());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp6027 void CFG::viewCFG(const LangOptions &LO) const { function in class:CFG

Completed in 104 milliseconds