Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:ScalarCallCost

3288   unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys);
3290 return ScalarCallCost;
3304 unsigned Cost = ScalarCallCost * VF + ScalarizationCost;