Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp451 if (Value *PrevValue = PrevItValueMap[OldValue]) in UnrollAndJamLoop() local
452 NewValue = PrevValue; in UnrollAndJamLoop()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4297 auto *PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(0)); in isSameUnderlyingObjectInLoop() local
4298 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()
4299 PrevValue = dyn_cast<Instruction>(PN->getIncomingValue(1)); in isSameUnderlyingObjectInLoop()
4300 if (!PrevValue || LI->getLoopFor(PrevValue->getParent()) != L) in isSameUnderlyingObjectInLoop()
4308 if (auto *Load = dyn_cast<LoadInst>(PrevValue)) in isSameUnderlyingObjectInLoop()