Searched refs:CutOff (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineSizeOpts.cpp | 131 int CutOff, in isFunctionHotInCallGraphNthPercentile() 136 CutOff, MF, PSI, MBFI); in isFunctionHotInCallGraphNthPercentile() 139 int CutOff, const MachineFunction *MF, ProfileSummaryInfo *PSI, in isFunctionColdInCallGraphNthPercentile() 142 CutOff, MF, PSI, MBFI); in isFunctionColdInCallGraphNthPercentile() 154 static bool isHotBlockNthPercentile(int CutOff, in isHotBlockNthPercentile() 159 CutOff, MBB, PSI, MBFI); in isHotBlockNthPercentile() 161 static bool isHotBlockNthPercentile(int CutOff, in isHotBlockNthPercentile() 166 CutOff, BlockFreq, PSI, MBFI); in isHotBlockNthPercentile() 168 static bool isColdBlockNthPercentile(int CutOff, const MachineBasicBlock *MBB, in isColdBlockNthPercentile() 171 return machine_size_opts_detail::isColdBlockNthPercentile(CutOff, MBB, PSI, in isColdBlockNthPercentile() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SizeOpts.cpp | 67 static bool isFunctionHotInCallGraphNthPercentile(int CutOff, in isFunctionHotInCallGraphNthPercentile() 71 return PSI->isFunctionHotInCallGraphNthPercentile(CutOff, F, BFI); in isFunctionHotInCallGraphNthPercentile() 73 static bool isFunctionColdInCallGraphNthPercentile(int CutOff, in isFunctionColdInCallGraphNthPercentile() 77 return PSI->isFunctionColdInCallGraphNthPercentile(CutOff, F, BFI); in isFunctionColdInCallGraphNthPercentile() 84 static bool isHotBlockNthPercentile(int CutOff, in isHotBlockNthPercentile() 88 return PSI->isHotBlockNthPercentile(CutOff, BB, BFI); in isHotBlockNthPercentile() 90 static bool isColdBlockNthPercentile(int CutOff, const BasicBlock *BB, in isColdBlockNthPercentile() 93 return PSI->isColdBlockNthPercentile(CutOff, BB, BFI); in isColdBlockNthPercentile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 335 const MachineBasicBlock *CutOff, in searchPredecessors() argument 337 if (MBB == CutOff) in searchPredecessors() 348 if (MBB == CutOff) in searchPredecessors() 364 const MachineBasicBlock *CutOff, in isReachable() argument 375 return searchPredecessors(MBBTo, CutOff, [MBBFrom] in isReachable()
|