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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFGPrinter.cpp 245 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,
250 ViewGraph(&CFGInfo, "cfg" + getName(), ViewCFGOnly);
253 /// viewCFGOnly - This function is meant for use from the debugger. It works
258 void Function::viewCFGOnly() const { viewCFGOnly(nullptr, nullptr); }
260 void Function::viewCFGOnly(const BlockFrequencyInfo *BFI,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 622 void MachineFunction::viewCFGOnly() const
627 errs() << "MachineFunction::viewCFGOnly is only available in debug builds on "

Completed in 63 milliseconds