reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
75 raw_ostream &printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const;
573 return MBFI.printBlockFreq(OS, getBlockFreq(MBB)); 579 return MBFI.printBlockFreq(OS, Freq);lib/CodeGen/RegAllocGreedy.cpp
1848 MBFI->printBlockFreq(dbgs(), BestCost) << '\n'); 1915 MBFI->printBlockFreq(dbgs(), Cost)); 1943 MBFI->printBlockFreq(dbgs(), Cost) << " with bundles";