Home
last modified time | relevance | path

Searched refs:ViewCFGOnly (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFGPrinter.cpp245 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, in viewCFG() argument
250 ViewGraph(&CFGInfo, "cfg" + getName(), ViewCFGOnly); in viewCFG()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h871 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,