Searched refs:CutOff (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIFixSGPRCopies.cpp | 372 const MachineBasicBlock *CutOff, in searchPredecessors() argument 374 if (MBB == CutOff) in searchPredecessors() 385 if (MBB == CutOff) in searchPredecessors() 401 const MachineBasicBlock *CutOff, in isReachable() argument 412 return searchPredecessors(MBBTo, CutOff, [MBBFrom] in isReachable()
|