Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp139 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, in viewCFG() argument
144 ViewGraph(&CFGInfo, "cfg" + getName(), ViewCFGOnly); in viewCFG()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h909 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,