Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp62 uint64_t RemainingCount) { in isPromotionProfitable() argument
63 return Count * 100 >= ICPRemainingPercentThreshold * RemainingCount && in isPromotionProfitable()
78 uint64_t RemainingCount = TotalCount; in getProfitablePromotionCandidates() local
81 assert(Count <= RemainingCount); in getProfitablePromotionCandidates()
85 if (!isPromotionProfitable(Count, TotalCount, RemainingCount)) { in getProfitablePromotionCandidates()
89 RemainingCount -= Count; in getProfitablePromotionCandidates()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h35 uint64_t RemainingCount);
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp373 unsigned RemainingCount = MBB->size(); in runOnMachineFunction() local
379 for(;I != MBB->begin(); --I, --RemainingCount) { in runOnMachineFunction()
388 --RemainingCount; in runOnMachineFunction()