reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1229 if (!InductionPHI) { 1234 if (InductionPHI->getIncomingBlock(0) == InnerLoopPreHeader) 1235 InnerIndexVar = dyn_cast<Instruction>(InductionPHI->getIncomingValue(1)); 1237 InnerIndexVar = dyn_cast<Instruction>(InductionPHI->getIncomingValue(0)); 1240 if (&InductionPHI->getParent()->front() != InductionPHI) 1240 if (&InductionPHI->getParent()->front() != InductionPHI) 1241 InductionPHI->moveBefore(&InductionPHI->getParent()->front()); 1241 InductionPHI->moveBefore(&InductionPHI->getParent()->front()); 1253 auto MoveInstructions = [&i, &WorkList, this, InductionPHI, NewLatch]() { 1267 UserI->getParent() == NewLatch || UserI == InductionPHI) 1276 OpI == InductionPHI)