Home
last modified time | relevance | path

Searched defs:viewCFG (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp84 static void viewCFG(Function &F, const BlockFrequencyInfo *BFI, viewCFG() function
263 void Function::viewCFG() const { viewCFG(false, nullptr, nullptr); } viewCFG() function in Function
265 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, viewCFG() function in Function
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp700 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp6334 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG