/external/llvm/lib/Analysis/ |
D | IndirectCallPromotionAnalysis.cpp | 61 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable() function in ICallPromotionAnalysis 87 if (!isPromotionProfitable(Count, TotalCount)) { in getProfitablePromotionCandidates()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | IndirectCallPromotionAnalysis.cpp | 57 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable() function in ICallPromotionAnalysis 82 if (!isPromotionProfitable(Count, TotalCount, RemainingCount)) { in getProfitablePromotionCandidates()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | IndirectCallPromotionAnalysis.cpp | 60 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable() function in ICallPromotionAnalysis 85 if (!isPromotionProfitable(Count, TotalCount, RemainingCount)) { in getProfitablePromotionCandidates()
|
/external/llvm/include/llvm/Analysis/ |
D | IndirectCallPromotionAnalysis.h | 33 bool isPromotionProfitable(uint64_t Count, uint64_t TotalCount);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | IndirectCallPromotionAnalysis.h | 33 bool isPromotionProfitable(uint64_t Count, uint64_t TotalCount,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | IndirectCallPromotionAnalysis.h | 33 bool isPromotionProfitable(uint64_t Count, uint64_t TotalCount,
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2657 bool isPromotionProfitable(unsigned NewCost, unsigned OldCost, 3117 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() function in __anonebd7bfba0211::AddressingModeMatcher 3361 !isPromotionProfitable(CreatedInstsCost, in matchOperationAddr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2940 bool isPromotionProfitable(unsigned NewCost, unsigned OldCost, 4123 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() function in AddressingModeMatcher 4399 !isPromotionProfitable(CreatedInstsCost, in matchOperationAddr()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3087 bool isPromotionProfitable(unsigned NewCost, unsigned OldCost, 4271 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() function in AddressingModeMatcher 4552 !isPromotionProfitable(CreatedInstsCost, in matchOperationAddr()
|