Searched refs:ScalarCallCost (Results 1 – 1 of 1) sorted by relevance
2906 InstructionCost ScalarCallCost = in getVectorCallCost() local2912 return std::min(ScalarCallCost, IntrinsicCost); in getVectorCallCost()2914 return ScalarCallCost; in getVectorCallCost()6201 InstructionCost ScalarCallCost = in setVectorizedCallDecision() local6209 ScalarCost = ScalarCallCost * VF.getKnownMinValue() + ScalarizationCost; in setVectorizedCallDecision()