Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCFGPrinter.cpp265 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, in viewCFG() argument
270 ViewGraph(&CFGInfo, "cfg" + getName(), ViewCFGOnly); in viewCFG()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h844 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,