Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp130 F->viewCFG(); in LLVMViewFunctionCFG()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli37 See [llvm::Function::viewCFG]. *)
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp507 MF.viewCFG(); in runOnMachineFunction()
523 MF.viewCFG(); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h841 void viewCFG() const;
844 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp162 cfg->viewCFG(mgr.getLangOpts()); in checkASTCodeBody()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h833 void viewCFG() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1285 F.viewCFG(); in run()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp672 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1428 void viewCFG(const LangOptions &LO) const;
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp841 LLVM_DEBUG(FuncRep->viewCFG()); in run()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl05.rst227 Another way to get this is to call "``F->viewCFG()``" or
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp6322 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst1403 exactly that. If you call the ``Function::viewCFG()`` method, for example, the
1407 not include the instructions), the ``MachineFunction::viewCFG()`` and