Home
last modified time | relevance | path

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

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