Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp54 uint64_t RemainingCount) { in isPromotionProfitable() argument
55 return Count * 100 >= ICPRemainingPercentThreshold * RemainingCount && in isPromotionProfitable()
70 uint64_t RemainingCount = TotalCount; in getProfitablePromotionCandidates() local
73 assert(Count <= RemainingCount); in getProfitablePromotionCandidates()
77 if (!isPromotionProfitable(Count, TotalCount, RemainingCount)) { in getProfitablePromotionCandidates()
81 RemainingCount -= Count; in getProfitablePromotionCandidates()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h34 uint64_t RemainingCount);
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp358 unsigned RemainingCount = MBB->size(); in runOnMachineFunction() local
364 for(;I != MBB->begin(); --I, --RemainingCount) { in runOnMachineFunction()
373 --RemainingCount; in runOnMachineFunction()