| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 84 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 D | Analysis.cpp | 130 F->viewCFG(); in LLVMViewFunctionCFG()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/analysis/ |
| H A D | llvm_analysis.mli | 37 See [llvm::Function::viewCFG]. *)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCOptAddrMode.cpp | 507 MF.viewCFG(); in runOnMachineFunction() 523 MF.viewCFG(); in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Function.h | 841 void viewCFG() const; 844 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 162 cfg->viewCFG(mgr.getLangOpts()); in checkASTCodeBody()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 833 void viewCFG() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 1285 F.viewCFG(); in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 672 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1428 void viewCFG(const LangOptions &LO) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600MachineCFGStructurizer.cpp | 841 LLVM_DEBUG(FuncRep->viewCFG()); in run()
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl05.rst | 227 Another way to get this is to call "``F->viewCFG()``" or
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CFG.cpp | 6322 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ProgrammersManual.rst | 1403 exactly that. If you call the ``Function::viewCFG()`` method, for example, the 1407 not include the instructions), the ``MachineFunction::viewCFG()`` and
|