Searched defs:PercentileCutoff (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 210 int PercentileCutoff, const Function *F, BlockFrequencyInfo &BFI) const { in isFunctionHotOrColdInCallGraphNthPercentile() 244 int PercentileCutoff, const Function *F, BlockFrequencyInfo &BFI) const { in isFunctionHotInCallGraphNthPercentile() 250 int PercentileCutoff, const Function *F, BlockFrequencyInfo &BFI) const { in isFunctionColdInCallGraphNthPercentile() 339 bool ProfileSummaryInfo::isHotOrColdCountNthPercentile(int PercentileCutoff, in isHotOrColdCountNthPercentile() 348 bool ProfileSummaryInfo::isHotCountNthPercentile(int PercentileCutoff, in isHotCountNthPercentile() 353 bool ProfileSummaryInfo::isColdCountNthPercentile(int PercentileCutoff, in isColdCountNthPercentile() 380 int PercentileCutoff, const BasicBlock *BB, BlockFrequencyInfo *BFI) const { in isHotOrColdBlockNthPercentile() 389 int PercentileCutoff, const BasicBlock *BB, BlockFrequencyInfo *BFI) const { in isHotBlockNthPercentile() 394 int PercentileCutoff, const BasicBlock *BB, BlockFrequencyInfo *BFI) const { in isColdBlockNthPercentile()
|
/external/llvm-project/llvm/lib/CodeGen/ |
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()
|
D | MachineFunctionSplitter.cpp | 50 PercentileCutoff("mfs-psi-cutoff", variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 200 int PercentileCutoff, const Function *F, BlockFrequencyInfo &BFI) { in isFunctionHotInCallGraphNthPercentile() 263 Optional<uint64_t> ProfileSummaryInfo::computeThreshold(int PercentileCutoff) { in computeThreshold() 302 bool ProfileSummaryInfo::isHotCountNthPercentile(int PercentileCutoff, uint64_t C) { in isHotCountNthPercentile() 330 bool ProfileSummaryInfo::isHotBlockNthPercentile(int PercentileCutoff, in isHotBlockNthPercentile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineSizeOpts.cpp | 37 static bool isHotBlockNthPercentile(int PercentileCutoff, in isHotBlockNthPercentile() 63 int PercentileCutoff, in isFunctionHotInCallGraphNthPercentile()
|