Home
last modified time | relevance | path

Searched defs:isColdBlockNthPercentile (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DMachineSizeOpts.cpp62 static bool isColdBlockNthPercentile(int PercentileCutoff, in isColdBlockNthPercentile() function
70 static bool isColdBlockNthPercentile(int PercentileCutoff, in isColdBlockNthPercentile() function
168 static bool isColdBlockNthPercentile(int CutOff, const MachineBasicBlock *MBB, in isColdBlockNthPercentile() function
174 static bool isColdBlockNthPercentile(int CutOff, BlockFrequency BlockFreq, in isColdBlockNthPercentile() function
/external/llvm-project/llvm/lib/Transforms/Utils/
DSizeOpts.cpp90 static bool isColdBlockNthPercentile(int CutOff, const BasicBlock *BB, in isColdBlockNthPercentile() function
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp393 bool ProfileSummaryInfo::isColdBlockNthPercentile( in isColdBlockNthPercentile() function in ProfileSummaryInfo