reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MachineBlockFrequencyInfo.h
   75   raw_ostream &printBlockFreq(raw_ostream &OS, const BlockFrequency Freq) const;

References

lib/CodeGen/BranchFolding.cpp
  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";