Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4278 Worklist.insert(IndUpdate); in collectLoopScalars()
4280 LLVM_DEBUG(dbgs() << "LV: Found scalar instruction: " << *IndUpdate in collectLoopScalars()
4339 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopScalars()
4348 Worklist.insert(IndUpdate); in collectLoopScalars()
4350 LLVM_DEBUG(dbgs() << "LV: Found scalar instruction: " << *IndUpdate in collectLoopScalars()
4605 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopUniforms()
4608 isVectorizedMemAccessUse(I, IndUpdate); in collectLoopUniforms()
4615 Worklist.insert(IndUpdate); in collectLoopUniforms()
4617 LLVM_DEBUG(dbgs() << "LV: Found uniform instruction: " << *IndUpdate in collectLoopUniforms()
6216 if (llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectTriviallyDeadInstructions()
[all …]