Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h819 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,