Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DCFGPrinter.cpp33 F.viewCFG(); in runOnFunction()
145 void Function::viewCFG() const { in viewCFG() function in Function
DAnalysis.cpp99 F->viewCFG(); in LLVMViewFunctionCFG()
/external/llvm/lib/Analysis/
DCFGPrinter.cpp33 F.viewCFG(); in runOnFunction()
145 void Function::viewCFG() const { in viewCFG() function in Function
DAnalysis.cpp122 F->viewCFG(); in LLVMViewFunctionCFG()
/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli39 See [llvm::Function::viewCFG]. *)
/external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/
Dllvm_analysis.mli39 See [llvm::Function::viewCFG]. *)
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp82 cfg->viewCFG(mgr.getLangOpts()); in checkASTCodeBody()
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h397 void viewCFG() const;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFunction.h259 void viewCFG() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h615 void viewCFG() const;
/external/llvm/include/llvm/IR/
DFunction.h588 void viewCFG() const;
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h402 void viewCFG() const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp368 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
/external/llvm/lib/CodeGen/
DMachineFunction.cpp490 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
/external/clang/include/clang/Analysis/
DCFG.h942 void viewCFG(const LangOptions &LO) const;
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp885 DEBUG(FuncRep->viewCFG()); in run()
/external/llvm/docs/tutorial/
DLangImpl05.rst226 Another way to get this is to call "``F->viewCFG()``" or
/external/clang/lib/Analysis/
DCFG.cpp4643 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG
/external/llvm/docs/
DProgrammersManual.rst722 exactly that. If you call the ``Function::viewCFG()`` method, for example, the
726 not include the instructions), the ``MachineFunction::viewCFG()`` and