Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DProfileSummaryInfo.cpp176 int PercentileCutoff, const Function *F, BlockFrequencyInfo &BFI) const { in isFunctionHotOrColdInCallGraphNthPercentile()
210 int PercentileCutoff, const Function *F, BlockFrequencyInfo &BFI) const { in isFunctionHotInCallGraphNthPercentile()
216 int PercentileCutoff, const Function *F, BlockFrequencyInfo &BFI) const { in isFunctionColdInCallGraphNthPercentile()
301 bool ProfileSummaryInfo::isHotOrColdCountNthPercentile(int PercentileCutoff, in isHotOrColdCountNthPercentile()
310 bool ProfileSummaryInfo::isHotCountNthPercentile(int PercentileCutoff, in isHotCountNthPercentile()
315 bool ProfileSummaryInfo::isColdCountNthPercentile(int PercentileCutoff, in isColdCountNthPercentile()
342 int PercentileCutoff, const BasicBlock *BB, BlockFrequencyInfo *BFI) const { in isHotOrColdBlockNthPercentile()
351 int PercentileCutoff, const BasicBlock *BB, BlockFrequencyInfo *BFI) const { in isHotBlockNthPercentile()
356 int PercentileCutoff, const BasicBlock *BB, BlockFrequencyInfo *BFI) const { in isColdBlockNthPercentile()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineSizeOpts.cpp46 static bool isHotBlockNthPercentile(int PercentileCutoff, in isHotBlockNthPercentile()
54 static bool isHotBlockNthPercentile(int PercentileCutoff, in isHotBlockNthPercentile()
62 static bool isColdBlockNthPercentile(int PercentileCutoff, in isColdBlockNthPercentile()
70 static bool isColdBlockNthPercentile(int PercentileCutoff, in isColdBlockNthPercentile()
96 int PercentileCutoff, in isFunctionHotInCallGraphNthPercentile()
111 int PercentileCutoff, const MachineFunction *MF, ProfileSummaryInfo *PSI, in isFunctionColdInCallGraphNthPercentile()
DMachineFunctionSplitter.cpp50 PercentileCutoff("mfs-psi-cutoff", variable