reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4787 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch)); 4791 auto UniformInd = llvm::all_of(Ind->users(), [&](User *U) -> bool { 4794 isVectorizedMemAccessUse(I, Ind); 4804 return I == Ind || !TheLoop->contains(I) || Worklist.count(I) || 4811 Worklist.insert(Ind); 4813 LLVM_DEBUG(dbgs() << "LV: Found uniform instruction: " << *Ind << "\n");