HomeSort by: relevance | last modified time | path
    Searched refs:isPromotionProfitable (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IndirectCallPromotionAnalysis.h 33 bool isPromotionProfitable(uint64_t Count, uint64_t TotalCount,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IndirectCallPromotionAnalysis.cpp 57 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count,
82 if (!isPromotionProfitable(Count, TotalCount, RemainingCount)) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 3195 bool isPromotionProfitable(unsigned NewCost, unsigned OldCost,
4443 bool AddressingModeMatcher::isPromotionProfitable(
4724 !isPromotionProfitable(CreatedInstsCost,

Completed in 30 milliseconds