Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DCFGPrinter.cpp265 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, in viewCFG() argument
270 ViewGraph(&CFGInfo, "cfg" + getName(), ViewCFGOnly); in viewCFG()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h872 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,