Home
last modified time | relevance | path

Searched refs:IndUpdate (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4381 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch)); in collectLoopScalars() local
4402 return I == IndUpdate || !TheLoop->contains(I) || Worklist.count(I) || in collectLoopScalars()
4411 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopScalars()
4414 IsDirectLoadStoreFromPtrIndvar(IndUpdate, I); in collectLoopScalars()
4421 Worklist.insert(IndUpdate); in collectLoopScalars()
4423 LLVM_DEBUG(dbgs() << "LV: Found scalar instruction: " << *IndUpdate in collectLoopScalars()
4738 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch)); in collectLoopUniforms() local
4744 return I == IndUpdate || !TheLoop->contains(I) || Worklist.count(I) || in collectLoopUniforms()
4753 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopUniforms()
4756 isVectorizedMemAccessUse(I, IndUpdate); in collectLoopUniforms()
[all …]