Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h168 isFunctionHotInCallGraphNthPercentile(int PercentileCutoff,const FuncT * F,BFIT & BFI) isFunctionHotInCallGraphNthPercentile() argument
176 isFunctionColdInCallGraphNthPercentile(int PercentileCutoff,const FuncT * F,BFIT & BFI) isFunctionColdInCallGraphNthPercentile() argument
217 isHotBlockNthPercentile(int PercentileCutoff,const BBType * BB,BFIT * BFI) isHotBlockNthPercentile() argument
224 isHotBlockNthPercentile(int PercentileCutoff,BlockFrequency BlockFreq,BFIT * BFI) isHotBlockNthPercentile() argument
235 isColdBlockNthPercentile(int PercentileCutoff,const BBType * BB,BFIT * BFI) isColdBlockNthPercentile() argument
241 isColdBlockNthPercentile(int PercentileCutoff,BlockFrequency BlockFreq,BFIT * BFI) isColdBlockNthPercentile() argument
272 isFunctionHotOrColdInCallGraphNthPercentile(int PercentileCutoff,const FuncT * F,BFIT & FI) isFunctionHotOrColdInCallGraphNthPercentile() argument
305 isHotOrColdBlockNthPercentile(int PercentileCutoff,const BBType * BB,BFIT * BFI) isHotOrColdBlockNthPercentile() argument
315 isHotOrColdBlockNthPercentile(int PercentileCutoff,BlockFrequency BlockFreq,BFIT * BFI) isHotOrColdBlockNthPercentile() argument
[all...]
/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp173 bool ProfileSummaryInfo::isHotOrColdCountNthPercentile(int PercentileCutoff, in isHotOrColdCountNthPercentile()
182 bool ProfileSummaryInfo::isHotCountNthPercentile(int PercentileCutoff, in isHotCountNthPercentile()
187 bool ProfileSummaryInfo::isColdCountNthPercentile(int PercentileCutoff, in isColdCountNthPercentile()
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp54 PercentileCutoff("mfs-psi-cutoff", variable