Home
last modified time | relevance | path

Searched refs:isPromotionProfitable (Results 1 – 3 of 3) 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/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 __anon1120a2390211::AddressingModeMatcher
3361 !isPromotionProfitable(CreatedInstsCost, in matchOperationAddr()