Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp84 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 DAnalysis.cpp133 F->viewCFG(); in LLVMViewFunctionCFG()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h869 void viewCFG() const;
872 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp162 cfg->viewCFG(mgr.getLangOpts()); in checkASTCodeBody()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h767 void viewCFG() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1212 F.viewCFG(); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp631 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1423 void viewCFG(const LangOptions &LO) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp845 LLVM_DEBUG(FuncRep->viewCFG()); in run()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp6035 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG