Searched refs:viewCFG (Results 1 – 13 of 13) sorted by relevance
33 F.viewCFG(); in runOnFunction()145 void Function::viewCFG() const { in viewCFG() function in Function
118 F->viewCFG(); in LLVMViewFunctionCFG()
39 See [llvm::Function::viewCFG]. *)
82 cfg->viewCFG(mgr.getLangOpts()); in checkASTCodeBody()
322 void viewCFG() const;
553 void viewCFG() const;
523 func.viewCFG(); in run()629 func.viewCFG(); in run()693 func.viewCFG(); in run()
444 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
942 void viewCFG(const LangOptions &LO) const;
925 DEBUG(FuncRep->viewCFG()); in run()
226 Another way to get this is to call "``F->viewCFG()``" or
4611 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG
533 exactly that. If you call the ``Function::viewCFG()`` method, for example, the537 not include the instructions), the ``MachineFunction::viewCFG()`` and