Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5294 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch)); in collectLoopScalars() local
5305 return I == IndUpdate || !TheLoop->contains(I) || Worklist.count(I); in collectLoopScalars()
5313 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopScalars()
5322 Worklist.insert(IndUpdate); in collectLoopScalars()
5324 LLVM_DEBUG(dbgs() << "LV: Found scalar instruction: " << *IndUpdate in collectLoopScalars()
5577 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch)); in collectLoopUniforms() local
5583 return I == IndUpdate || !TheLoop->contains(I) || Worklist.count(I) || in collectLoopUniforms()
5592 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopUniforms()
5595 isVectorizedMemAccessUse(I, IndUpdate); in collectLoopUniforms()
5602 addToWorklistIfAllowed(IndUpdate); in collectLoopUniforms()
[all …]