Tracks block frequencies for newly created and tail‐merged blocks.
Synopsis
Declared in <llvm/CodeGen/MBFIWrapper.h>
class MBFIWrapper;
Description
Wraps a MachineBlockFrequencyInfo and overlays frequencies for blocks that do not yet appear in the underlying analysis. Used by TailDuplication and MachineBlockPlacement.
Member Functions
Name |
Description |
|
Construct a wrapper around the given MachineBlockFrequencyInfo. |
Return the frequency of machine basic block |
|
Return the estimated profile count of |
|
Return the frequency of the function entry block. |
|
Return the underlying MachineBlockFrequencyInfo. |
|
Set an overridden frequency for machine basic block |
|
Pop up a ghostview window with the current block frequency propagation rendered using dot. |
Created with MrDocs