Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp59 uint64_t RemainingCount) { in isPromotionProfitable() argument
60 return Count * 100 >= ICPRemainingPercentThreshold * RemainingCount && in isPromotionProfitable()
75 uint64_t RemainingCount = TotalCount; in getProfitablePromotionCandidates() local
78 assert(Count <= RemainingCount); in getProfitablePromotionCandidates()
82 if (!isPromotionProfitable(Count, TotalCount, RemainingCount)) { in getProfitablePromotionCandidates()
86 RemainingCount -= Count; in getProfitablePromotionCandidates()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h34 uint64_t RemainingCount);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp367 unsigned RemainingCount = MBB->size(); in runOnMachineFunction() local
373 for(;I != MBB->begin(); --I, --RemainingCount) { in runOnMachineFunction()
382 --RemainingCount; in runOnMachineFunction()