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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 4519       return I == IndUpdate || !TheLoop->contains(I) || Worklist.count(I);
 4527         llvm::all_of(IndUpdate->users(), [&](User *U) -> bool {
 4536     Worklist.insert(IndUpdate);
 4538     LLVM_DEBUG(dbgs() << "LV: Found scalar instruction: " << *IndUpdate