Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3904 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch)); in collectLoopScalars() local
3925 return I == IndUpdate || !TheLoop->contains(I) || Worklist.count(I) || in collectLoopScalars()
3934 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopScalars()
3937 IsDirectLoadStoreFromPtrIndvar(IndUpdate, I); in collectLoopScalars()
3944 Worklist.insert(IndUpdate); in collectLoopScalars()
3946 LLVM_DEBUG(dbgs() << "LV: Found scalar instruction: " << *IndUpdate in collectLoopScalars()
4393 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch)); in collectLoopUniforms() local
4399 return I == IndUpdate || !TheLoop->contains(I) || Worklist.count(I) || in collectLoopUniforms()
4408 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopUniforms()
4411 isVectorizedMemAccessUse(I, IndUpdate); in collectLoopUniforms()
[all …]