Searched refs:IndUpdate (Results 1 – 1 of 1) sorted by relevance
5230 return I == IndUpdate || !TheLoop->contains(I) || Worklist.count(I); in collectLoopScalars()5238 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopScalars()5247 Worklist.insert(IndUpdate); in collectLoopScalars()5249 LLVM_DEBUG(dbgs() << "LV: Found scalar instruction: " << *IndUpdate in collectLoopScalars()5523 return I == IndUpdate || !TheLoop->contains(I) || Worklist.count(I) || in collectLoopUniforms()5532 llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectLoopUniforms()5535 isVectorizedMemAccessUse(I, IndUpdate); in collectLoopUniforms()5542 addToWorklistIfAllowed(IndUpdate); in collectLoopUniforms()8214 if (CM.foldTailByMasking() && IndUpdate == Legal->getPrimaryInduction()) in collectTriviallyDeadInstructions()8217 if (llvm::all_of(IndUpdate->users(), [&](User *U) -> bool { in collectTriviallyDeadInstructions()[all …]