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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 7213   Plan->addVF(VF);
 7214   RSO << "Initial VPlan for VF={" << VF;
 7215   for (VF *= 2; VF < Range.End; VF *= 2) {
 7215   for (VF *= 2; VF < Range.End; VF *= 2) {
 7215   for (VF *= 2; VF < Range.End; VF *= 2) {
 7216     Plan->addVF(VF);
 7217     RSO << "," << VF;