Searched refs:ScalarCallCost (Results 1 – 1 of 1) sorted by relevance
2612 InstructionCost ScalarCallCost = in getVectorCallCost() local2618 return std::min(ScalarCallCost, IntrinsicCost); in getVectorCallCost()2620 return ScalarCallCost; in getVectorCallCost()5789 InstructionCost ScalarCallCost = in setVectorizedCallDecision() local5796 ScalarCost = ScalarCallCost * VF.getKnownMinValue() + ScalarizationCost; in setVectorizedCallDecision()