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

/external/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.cpp103 F->viewCFG();
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli39 See [llvm::Function::viewCFG]. *)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp79 cfg->viewCFG(mgr.getLangOpts());
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h279 /// viewCFG - This function is meant for use from the debugger. You can just
280 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
285 void viewCFG() const;
288 /// just like viewCFG, but it does not include the contents of basic blocks
/external/llvm/include/llvm/IR/
H A DFunction.h430 /// viewCFG - This function is meant for use from the debugger. You can just
431 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
436 void viewCFG() const;
439 /// just like viewCFG, but it does not include the contents of basic blocks
/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp789 DEBUG(dbgs() << "AMDGPUCFGStructurizer::run\n";FuncRep->viewCFG(););
862 FuncRep->viewCFG();
919 FuncRep->viewCFG();
/external/clang/include/clang/Analysis/
H A DCFG.h808 void viewCFG(const LangOptions &LO) const;
/external/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 "
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp435 //func.viewCFG();
523 func.viewCFG();
629 func.viewCFG();
693 func.viewCFG();
1022 //funcRep->viewCFG();
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp435 //func.viewCFG();
523 func.viewCFG();
629 func.viewCFG();
693 func.viewCFG();
1022 //funcRep->viewCFG();
/external/clang/lib/Analysis/
H A DCFG.cpp4037 void CFG::viewCFG(const LangOptions &LO) const { function in class:CFG

Completed in 1018 milliseconds