Searched refs:IncI (Results 1 – 3 of 3) sorted by relevance
1368 auto IncI = cast<Instruction>(P.getIncomingValueForBlock(InnerLatch)); in moveLCSSAPhis() local1371 if (IncI->getParent() != InnerLatch && IncI->getParent() != InnerHeader) in moveLCSSAPhis()1375 [OuterHeader, OuterExit, IncI, InnerHeader](User *U) { in moveLCSSAPhis()1377 IncI->getParent() == InnerHeader) || in moveLCSSAPhis()1383 P.replaceAllUsesWith(IncI); in moveLCSSAPhis()
2022 Instruction *IncI = dyn_cast<Instruction>(IncV); in getLoopPhiForCounter() local2023 if (!IncI) in getLoopPhiForCounter()2026 switch (IncI->getOpcode()) { in getLoopPhiForCounter()2032 if (IncI->getNumOperands() == 2) in getLoopPhiForCounter()2039 PHINode *Phi = dyn_cast<PHINode>(IncI->getOperand(0)); in getLoopPhiForCounter()2041 if (L->isLoopInvariant(IncI->getOperand(1))) in getLoopPhiForCounter()2045 if (IncI->getOpcode() == Instruction::GetElementPtr) in getLoopPhiForCounter()2049 Phi = dyn_cast<PHINode>(IncI->getOperand(1)); in getLoopPhiForCounter()2051 if (L->isLoopInvariant(IncI->getOperand(0))) in getLoopPhiForCounter()
683 Instruction *IncI = IncMUD->getMemoryInst(); in updateForClonedLoop() local684 assert(IncI && "Found MemoryUseOrDef with no Instruction."); in updateForClonedLoop()686 cast_or_null<Instruction>(VMap.lookup(IncI))) { in updateForClonedLoop()