Home
last modified time | relevance | path

Searched refs:PrevValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp446 if (Value *PrevValue = PrevItValueMap[OldValue]) in UnrollAndJamLoop() local
447 NewValue = PrevValue; in UnrollAndJamLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6632 auto *PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(0)); in isSameUnderlyingObjectInLoop() local
6633 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()
6634 PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(1)); in isSameUnderlyingObjectInLoop()
6635 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()
6643 if (auto *Load = dyn_cast<LoadInst>(PrevValue)) in isSameUnderlyingObjectInLoop()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3013 const MCConstantExpr *PrevValue = in parseDirectiveEquate() local
3017 if (Var.IsText || !PrevValue || PrevValue->getValue() != Value) { in parseDirectiveEquate()