Searched refs:expectedCost (Results 1 – 1 of 1) sorted by relevance
1669 VectorizationCostTy expectedCost(ElementCount VF);6037 InstructionCost ExpectedCost = expectedCost(ElementCount::getFixed(1)).first; in selectVectorizationFactor()6057 VectorizationCostTy C = expectedCost(i); in selectVectorizationFactor()6407 assert(expectedCost(VF).first.isValid() && "Expected a valid cost"); in selectInterleaveCount()6408 LoopCost = *expectedCost(VF).first.getValue(); in selectInterleaveCount()6847 LoopVectorizationCostModel::expectedCost(ElementCount VF) { in expectedCost() function in LoopVectorizationCostModel