Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Analysis/
HDCFGPrinter.cpp33 F.viewCFG(); in runOnFunction()
145 void Function::viewCFG() const { in viewCFG() function in Function
HDAnalysis.cpp112 F->viewCFG(); in LLVMViewFunctionCFG()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDebugCheckers.cpp79 cfg->viewCFG(mgr.getLangOpts()); in checkASTCodeBody()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineFunction.h306 void viewCFG() const;
/NextBSD/contrib/llvm/include/llvm/IR/
HDFunction.h526 void viewCFG() const;
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineFunction.cpp417 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDCFG.h943 void viewCFG(const LangOptions &LO) const;
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDILCFGStructurizer.cpp925 DEBUG(FuncRep->viewCFG()); in run()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp4544 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG