16#ifndef LLVM_CODEGEN_LAZYMACHINEBLOCKFREQUENCYINFO_H
17#define LLVM_CODEGEN_LAZYMACHINEBLOCKFREQUENCYINFO_H
41 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI;
44 mutable std::unique_ptr<MachineCycleInfo> OwnedMCI;
63 return calculateIfNotAvailable();
69 void releaseMemory()
override;
Represent the analysis usage information of a pass.
MachineBlockFrequencyInfo & getBFI()
Compute and return the block frequencies.
const MachineBlockFrequencyInfo & getBFI() const
Compute and return the block frequencies.
LazyMachineBlockFrequencyInfoPass()
MachineBlockFrequencyInfo pass uses BlockFrequencyInfoImpl implementation to estimate machine basic b...
MachineFunctionPass(char &ID)
This is an optimization pass for GlobalISel generic memory operations.