Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDCFGPrinter.cpp82 static void viewCFG(Function &F, const BlockFrequencyInfo *BFI, in viewCFG() function
137 void Function::viewCFG() const { viewCFG(false, nullptr, nullptr); } in viewCFG() function in Function
139 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, in viewCFG() function in Function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp700 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp6334 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG