reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 1041     auto Scalars = InstsToScalarize.find(VF);
 1042     assert(Scalars != InstsToScalarize.end() &&
 5515   if (VF < 2 || InstsToScalarize.find(VF) != InstsToScalarize.end())
 5515   if (VF < 2 || InstsToScalarize.find(VF) != InstsToScalarize.end())
 5521   ScalarCostsTy &ScalarCostsVF = InstsToScalarize[VF];
 5890     return VectorizationCostTy(InstsToScalarize[VF][I], false);