Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp444 if (Value *PrevValue = PrevItValueMap[OldValue]) in UnrollAndJamLoop() local
445 NewValue = PrevValue; in UnrollAndJamLoop()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DValueTracking.cpp4551 auto *PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(0)); in isSameUnderlyingObjectInLoop() local
4552 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()
4553 PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(1)); in isSameUnderlyingObjectInLoop()
4554 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()
4562 if (auto *Load = dyn_cast<LoadInst>(PrevValue)) in isSameUnderlyingObjectInLoop()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DMasmParser.cpp3512 const MCConstantExpr *PrevValue = in parseDirectiveEquate() local
3516 if (Var.IsText || !PrevValue || PrevValue->getValue() != Value) { in parseDirectiveEquate()