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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DCFGPrinter.cpp15 // Function::viewCFG method, which is useful for debugging passes which operate
32 F.viewCFG();
139 /// viewCFG - This function is meant for use from the debugger. You can just
140 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
144 void Function::viewCFG() const { function in class:Function
149 /// just like viewCFG, but it does not include the contents of basic blocks
H A DAnalysis.cpp94 F->viewCFG();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp79 cfg->viewCFG(mgr.getLangOpts());
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h278 /// viewCFG - This function is meant for use from the debugger. You can just
279 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
284 void viewCFG() const;
287 /// just like viewCFG, but it does not include the contents of basic blocks
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DFunction.h437 /// viewCFG - This function is meant for use from the debugger. You can just
438 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
443 void viewCFG() const;
446 /// just like viewCFG, but it does not include the contents of basic blocks
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp789 DEBUG(dbgs() << "AMDGPUCFGStructurizer::run\n";FuncRep->viewCFG(););
862 FuncRep->viewCFG();
919 FuncRep->viewCFG();
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp401 void MachineFunction::viewCFG() const function in class:MachineFunction
406 errs() << "MachineFunction::viewCFG is only available in debug builds on "
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h840 void viewCFG(const LangOptions &LO) const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4097 void CFG::viewCFG(const LangOptions &LO) const { function in class:CFG

Completed in 139 milliseconds