Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp60 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable() function in ICallPromotionAnalysis
85 if (!isPromotionProfitable(Count, TotalCount, RemainingCount)) { in getProfitablePromotionCandidates()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h34 bool isPromotionProfitable(uint64_t Count, uint64_t TotalCount,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2671 bool isPromotionProfitable(unsigned NewCost, unsigned OldCost,
3852 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() function in AddressingModeMatcher
4125 !isPromotionProfitable(CreatedInstsCost, in matchOperationAddr()