reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4505 auto *IndUpdate = cast<Instruction>(Ind->getIncomingValueForBlock(Latch)); 4517 auto ScalarInd = llvm::all_of(Ind->users(), [&](User *U) -> bool { 4529 return I == Ind || !TheLoop->contains(I) || Worklist.count(I); 4535 Worklist.insert(Ind); 4537 LLVM_DEBUG(dbgs() << "LV: Found scalar instruction: " << *Ind << "\n");