Searched refs:IndUpdate (Results 1 – 1 of 1) sorted by relevance
4326 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch)); in collectLoopScalars() local4347 return I == IndUpdate || !TheLoop->contains(I) || Worklist.count(I) || in collectLoopScalars()4356 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopScalars()4359 IsDirectLoadStoreFromPtrIndvar(IndUpdate, I); in collectLoopScalars()4366 Worklist.insert(IndUpdate); in collectLoopScalars()4368 LLVM_DEBUG(dbgs() << "LV: Found scalar instruction: " << *IndUpdate in collectLoopScalars()4798 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch)); in collectLoopUniforms() local4804 return I == IndUpdate || !TheLoop->contains(I) || Worklist.count(I) || in collectLoopUniforms()4813 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopUniforms()4816 isVectorizedMemAccessUse(I, IndUpdate); in collectLoopUniforms()[all …]