Home | History | Annotate | Download | only in IPA

Lines Matching full:inlineconstants

551       accumulateSROACost(CostIt, InlineConstants::InstrCost);
614 accumulateSROACost(CostIt, InlineConstants::InstrCost);
629 accumulateSROACost(CostIt, InlineConstants::InstrCost);
748 Cost += CS.arg_size() * InlineConstants::InstrCost;
753 Cost += InlineConstants::CallPenalty;
765 Cost += CS.arg_size() * InlineConstants::InstrCost;
778 CallAnalyzer CA(TD, TTI, *F, InlineConstants::IndirectCallThreshold);
782 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());
825 Cost += InlineConstants::InstrCost;
835 AllocatedSize > InlineConstants::TotalAllocaSizeRecursiveCaller)
940 Cost -= 2 * NumStores * InlineConstants::InstrCost;
944 Cost -= InlineConstants::InstrCost;
953 Cost += InlineConstants::LastCallToStaticBonus;
969 Cost += InlineConstants::ColdccPenalty;
1063 Cost += InlineConstants::InstrCost;
1075 AllocatedSize > InlineConstants::TotalAllocaSizeRecursiveCaller)