Searched defs:RemainingCount (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Analysis/ | ||
H A D | IndirectCallPromotionAnalysis.cpp | 54 return Count * 100 >= ICPRemainingPercentThreshold * RemainingCount && in isPromotionProfitable() argument |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | R600Packetizer.cpp | 358 unsigned RemainingCount = MBB->size(); runOnMachineFunction() local |