Home
last modified time | relevance | path

Searched refs:isPromotionProfitable (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp61 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/
DIndirectCallPromotionAnalysis.cpp60 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable() function in ICallPromotionAnalysis
85 if (!isPromotionProfitable(Count, TotalCount, RemainingCount)) { in getProfitablePromotionCandidates()
/external/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h33 bool isPromotionProfitable(uint64_t Count, uint64_t TotalCount);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h34 bool isPromotionProfitable(uint64_t Count, uint64_t TotalCount,
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2657 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/
DCodeGenPrepare.cpp2631 bool isPromotionProfitable(unsigned NewCost, unsigned OldCost,
3715 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() function in AddressingModeMatcher
3983 !isPromotionProfitable(CreatedInstsCost, in matchOperationAddr()