| H A D | CFGPrinter.cpp | 80 static void viewCFG(Function &F, const BlockFrequencyInfo *BFI, in viewCFG() function 101 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI)); in runOnFunction() 123 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI)); in run() 137 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in runOnFunction() 160 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in run() 243 void Function::viewCFG() const { viewCFG(false, nullptr, nullptr); } in viewCFG() function in Function 245 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, in viewCFG() function in Function 262 viewCFG(true, BFI, BPI); in viewCFGOnly()
|