Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp372 unsigned RemainingCount = MBB->size(); in runOnMachineFunction() local
378 for(;I != MBB->begin(); --I, --RemainingCount) { in runOnMachineFunction()
387 --RemainingCount; in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h34 uint64_t RemainingCount);