Searched defs:viewCFG (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DCFGPrinter.cpp15 // Function::viewCFG method, which is useful for debugging passes which operate
33 F.viewCFG();
140 /// viewCFG - This function is meant for use from the debugger. You can just
141 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
145 void Function::viewCFG() const { function in class:Function
150 /// just like viewCFG, but it does not include the contents of basic blocks
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp444 void MachineFunction::viewCFG() const function in class:MachineFunction
449 errs() << "MachineFunction::viewCFG is only available in debug builds on "
/external/clang/lib/Analysis/
H A DCFG.cpp4611 void CFG::viewCFG(const LangOptions &LO) const { function in class:CFG

Completed in 163 milliseconds