Home
last modified time | relevance | path

Searched refs:isPromotionProfitable (Results 1 – 9 of 9) 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/llvm-project/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp57 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/
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-10.0/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h33 bool isPromotionProfitable(uint64_t Count, uint64_t TotalCount,
/external/llvm-project/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h33 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 __anonebd7bfba0211::AddressingModeMatcher
3361 !isPromotionProfitable(CreatedInstsCost, in matchOperationAddr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2940 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/
DCodeGenPrepare.cpp3087 bool isPromotionProfitable(unsigned NewCost, unsigned OldCost,
4271 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() function in AddressingModeMatcher
4552 !isPromotionProfitable(CreatedInstsCost, in matchOperationAddr()