Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFGPrinter.cpp80 static void viewCFG(Function &F, const BlockFrequencyInfo *BFI, in viewCFG() function
101 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI)); in runOnFunction()
123 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI)); in run()
137 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in runOnFunction()
160 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in run()
243 void Function::viewCFG() const { viewCFG(false, nullptr, nullptr); } in viewCFG() function in Function
245 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, in viewCFG() function in Function
262 viewCFG(true, BFI, BPI); in viewCFGOnly()
H A DAnalysis.cpp133 F->viewCFG(); in LLVMViewFunctionCFG()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli37 See [llvm::Function::viewCFG]. *)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h868 void viewCFG() const;
871 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp162 cfg->viewCFG(mgr.getLangOpts()); in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h703 void viewCFG() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp612 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1423 void viewCFG(const LangOptions &LO) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp845 LLVM_DEBUG(FuncRep->viewCFG()); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl05.rst227 Another way to get this is to call "``F->viewCFG()``" or
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp6028 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst1363 exactly that. If you call the ``Function::viewCFG()`` method, for example, the
1367 not include the instructions), the ``MachineFunction::viewCFG()`` and