Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h168 bool isFunctionHotInCallGraphNthPercentile(int PercentileCutoff, in isFunctionHotInCallGraphNthPercentile() argument
176 bool isFunctionColdInCallGraphNthPercentile(int PercentileCutoff, in isFunctionColdInCallGraphNthPercentile() argument
217 bool isHotBlockNthPercentile(int PercentileCutoff, cons 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...]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp183 isHotOrColdCountNthPercentile(int PercentileCutoff,uint64_t C) const isHotOrColdCountNthPercentile() argument
192 isHotCountNthPercentile(int PercentileCutoff,uint64_t C) const isHotCountNthPercentile() argument
197 isColdCountNthPercentile(int PercentileCutoff,uint64_t C) const isColdCountNthPercentile() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp54 PercentileCutoff("mfs-psi-cutoff", variable