Searched refs:PrevValue (Results 1 – 2 of 2) sorted by relevance
397 if (Value *PrevValue = PrevItValueMap[OldValue]) in UnrollAndJamLoop() local398 NewValue = PrevValue; in UnrollAndJamLoop()
3860 auto *PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(0)); in isSameUnderlyingObjectInLoop() local3861 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()3862 PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(1)); in isSameUnderlyingObjectInLoop()3863 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()3871 if (auto *Load = dyn_cast<LoadInst>(PrevValue)) in isSameUnderlyingObjectInLoop()