Searched refs:isPromotionProfitable (Results 1 – 6 of 6) sorted by relevance
/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/swiftshader/third_party/llvm-7.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-7.0/llvm/include/llvm/Analysis/ |
D | IndirectCallPromotionAnalysis.h | 34 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 __anon65f3f0830211::AddressingModeMatcher 3361 !isPromotionProfitable(CreatedInstsCost, in matchOperationAddr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2631 bool isPromotionProfitable(unsigned NewCost, unsigned OldCost, 3715 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() function in AddressingModeMatcher 3983 !isPromotionProfitable(CreatedInstsCost, in matchOperationAddr()
|