HomeSort by: relevance | last modified time | path
    Searched defs:viewCFG (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFGPrinter.cpp 15 // Function::viewCFG method, which is useful for debugging passes which operate
80 static void viewCFG(Function &F, const BlockFrequencyInfo *BFI,
101 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI));
123 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI));
137 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true);
160 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true);
238 /// viewCFG - This function is meant for use from the debugger. You can just
239 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
243 void Function::viewCFG() const { viewCFG(false, nullptr, nullptr);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 612 void MachineFunction::viewCFG() const
617 errs() << "MachineFunction::viewCFG is only available in debug builds on "
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 6028 void CFG::viewCFG(const LangOptions &LO) const {

Completed in 30 milliseconds