Searched refs:cost (Results 1 – 2 of 2) sorted by relevance
229 int32_t cost = kPrefixConstantCost; in Savings() local232 cost += depth_; in Savings()245 return count_ * (depth_ - first_used) - cost + extra_savings; in Savings()
79 size_t cost = 1; in CostForMoveAt() local81 cost *= kSingleJumpBlockWeightMultiplier; in CostForMoveAt()84 cost *= kDominatesExitBlockWeightMultiplier; in CostForMoveAt()87 cost *= kLoopSpillWeightMultiplier; in CostForMoveAt()89 return cost; in CostForMoveAt()