ΒΆbool isFunctionHotInCallGraphNthPercentile(
int PercentileCutoff,
const llvm::MachineFunction* MF,
llvm::ProfileSummaryInfo* PSI,
const llvm::MachineBlockFrequencyInfo& MBFI)
bool isFunctionHotInCallGraphNthPercentile(
int PercentileCutoff,
const llvm::MachineFunction* MF,
llvm::ProfileSummaryInfo* PSI,
const llvm::MachineBlockFrequencyInfo& MBFI)
Description
Like ProfileSummaryInfo::isFunctionHotInCallGraphNthPercentile but for MachineFunction.
Declared at: llvm/lib/CodeGen/MachineSizeOpts.cpp:62
Parameters
- int PercentileCutoff
- const llvm::MachineFunction* MF
- llvm::ProfileSummaryInfo* PSI
- const llvm::MachineBlockFrequencyInfo& MBFI