Searched defs:PercentileCutoff (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ProfileSummaryInfo.cpp | 174 int PercentileCutoff, const Function *F, BlockFrequencyInfo &BFI) const { in isFunctionHotOrColdInCallGraphNthPercentile() 208 int PercentileCutoff, const Function *F, BlockFrequencyInfo &BFI) const { in isFunctionHotInCallGraphNthPercentile() 214 int PercentileCutoff, const Function *F, BlockFrequencyInfo &BFI) const { in isFunctionColdInCallGraphNthPercentile() 299 bool ProfileSummaryInfo::isHotOrColdCountNthPercentile(int PercentileCutoff, in isHotOrColdCountNthPercentile() 308 bool ProfileSummaryInfo::isHotCountNthPercentile(int PercentileCutoff, in isHotCountNthPercentile() 313 bool ProfileSummaryInfo::isColdCountNthPercentile(int PercentileCutoff, in isColdCountNthPercentile() 340 int PercentileCutoff, const BasicBlock *BB, BlockFrequencyInfo *BFI) const { in isHotOrColdBlockNthPercentile() 349 int PercentileCutoff, const BasicBlock *BB, BlockFrequencyInfo *BFI) const { in isHotBlockNthPercentile() 354 int PercentileCutoff, const BasicBlock *BB, BlockFrequencyInfo *BFI) const { in isColdBlockNthPercentile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineSizeOpts.cpp | 46 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()
|
H A D | MachineFunctionSplitter.cpp | 51 PercentileCutoff("mfs-psi-cutoff", variable
|