Searched refs:PrevValue (Results 1 – 4 of 4) sorted by relevance
167 uint64_t PrevValue = 0; in print() local172 OS << " : (" << PrevValue << ", " << Value << "]\n"; in print()173 PrevValue = Value; in print()181 unsigned PrevValue = unsigned(-1); in print() local184 if (Value != PrevValue) { in print()186 PrevValue = Value; in print()
449 if (Value *PrevValue = PrevItValueMap[OldValue]) in UnrollAndJamLoop() local450 NewValue = PrevValue; in UnrollAndJamLoop()
4443 auto *PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(0)); in isSameUnderlyingObjectInLoop() local4444 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()4445 PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(1)); in isSameUnderlyingObjectInLoop()4446 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()4454 if (auto *Load = dyn_cast<LoadInst>(PrevValue)) in isSameUnderlyingObjectInLoop()
3497 const MCConstantExpr *PrevValue = in parseDirectiveEquate() local3501 if (Var.IsText || !PrevValue || PrevValue->getValue() != Value) { in parseDirectiveEquate()