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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 4867   LLVM_DEBUG(dbgs() << "LV: Found trip count: " << TC << '\n');
 4868   if (TC == 1) {
 4877     return computeFeasibleMaxVF(TC);
 4908   unsigned MaxVF = computeFeasibleMaxVF(TC);
 4909   if (TC > 0 && TC % MaxVF == 0) {
 4909   if (TC > 0 && TC % MaxVF == 0) {
 4924   if (TC == 0) {