HomeSort by: relevance | last modified time | path
    Searched refs:viewCFG (Results 1 - 9 of 9) 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...]
Analysis.cpp 133 F->viewCFG();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 162 cfg->viewCFG(mgr.getLangOpts());
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 862 /// viewCFG - This function is meant for use from the debugger. You can just
863 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
868 void viewCFG() const;
871 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,
875 /// just like viewCFG, but it does not include the contents of basic blocks
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 698 /// viewCFG - This function is meant for use from the debugger. You can just
699 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
703 void viewCFG() const;
706 /// just like viewCFG, but it does not include the contents of basic blocks
  /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/include/clang/Analysis/
CFG.h 1423 void viewCFG(const LangOptions &LO) const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 845 LLVM_DEBUG(FuncRep->viewCFG());
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 6028 void CFG::viewCFG(const LangOptions &LO) const {

Completed in 26 milliseconds