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.cpp59 uint64_t RemainingCount) { in isPromotionProfitable() argument
61 Count * 100 >= ICPRemainingPercentThreshold * RemainingCount && in isPromotionProfitable()
74 uint64_t RemainingCount = TotalCount; in getProfitablePromotionCandidates() local
77 assert(Count <= RemainingCount); in getProfitablePromotionCandidates()
81 if (!isPromotionProfitable(Count, TotalCount, RemainingCount)) { in getProfitablePromotionCandidates()
85 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.cpp354 unsigned RemainingCount = MBB->size(); in runOnMachineFunction() local
360 for(;I != MBB->begin(); --I, --RemainingCount) { in runOnMachineFunction()
369 --RemainingCount; in runOnMachineFunction()