Lines Matching refs:InstrCost
468 const int CostUpperBound = INT_MAX - InlineConstants::InstrCost - 1;
565 addCost(Call.arg_size() * InlineConstants::InstrCost); in onCallArgumentSetup()
569 addCost(3 * InlineConstants::InstrCost); in onLoadRelativeIntrinsic()
574 addCost(Call.arg_size() * InlineConstants::InstrCost); in onLoweredCall()
606 static_cast<int64_t>(JumpTableSize) * InlineConstants::InstrCost + in onFinalizeSwitch()
607 4 * InlineConstants::InstrCost; in onFinalizeSwitch()
615 addCost(NumCaseCluster * 2 * InlineConstants::InstrCost); in onFinalizeSwitch()
622 ExpectedNumberOfCompare * 2 * InlineConstants::InstrCost; in onFinalizeSwitch()
627 addCost(InlineConstants::InstrCost); in onMissedSimplification()
640 CostIt->second += InlineConstants::InstrCost; in onAggregateSROAUse()
641 SROACostSavings += InlineConstants::InstrCost; in onAggregateSROAUse()
768 CurrentSavings += InlineConstants::InstrCost; in costBenefitAnalysis()
773 CurrentSavings += InlineConstants::InstrCost; in costBenefitAnalysis()
869 LoadEliminationCost += InlineConstants::InstrCost; in onLoadEliminationOpportunity()
1005 Call.arg_size() * InlineConstants::InstrCost); in onCallArgumentSetup()
1010 3 * InlineConstants::InstrCost); in onLoadRelativeIntrinsic()
1016 Call.arg_size() * InlineConstants::InstrCost); in onLoweredCall()
1050 static_cast<int64_t>(JumpTableSize) * InlineConstants::InstrCost + in onFinalizeSwitch()
1051 JTCostMultiplier * InlineConstants::InstrCost; in onFinalizeSwitch()
1059 InlineConstants::InstrCost); in onFinalizeSwitch()
1067 InlineConstants::InstrCost; in onFinalizeSwitch()
1073 InlineConstants::InstrCost); in onMissedSimplification()
1078 SROACosts.find(Arg)->second += InlineConstants::InstrCost; in onAggregateSROAUse()
1079 SROACostSavingOpportunities += InlineConstants::InstrCost; in onAggregateSROAUse()
2677 Cost += 2 * NumStores * InlineConstants::InstrCost; in getCallsiteCost()
2681 Cost += InlineConstants::InstrCost; in getCallsiteCost()
2685 Cost += InlineConstants::InstrCost + CallPenalty; in getCallsiteCost()