Home
last modified time | relevance | path

Searched refs:RemainingCount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp54 uint64_t RemainingCount) { in isPromotionProfitable() argument
55 return Count * 100 >= ICPRemainingPercentThreshold * RemainingCount && in isPromotionProfitable()
68 uint64_t RemainingCount = TotalCount; in getProfitablePromotionCandidates() local
71 assert(Count <= RemainingCount); in getProfitablePromotionCandidates()
75 if (!isPromotionProfitable(Count, TotalCount, RemainingCount)) { in getProfitablePromotionCandidates()
79 RemainingCount -= Count; in getProfitablePromotionCandidates()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h34 uint64_t RemainingCount);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp357 unsigned RemainingCount = MBB->size(); in runOnMachineFunction() local
363 for(;I != MBB->begin(); --I, --RemainingCount) { in runOnMachineFunction()
372 --RemainingCount; in runOnMachineFunction()