Searched refs:LastValue (Results 1 – 5 of 5) sorted by relevance
425 T LastValue; member428 : ExternalSource(Source), LastValue(Value) {} in LazyData()458 LazyVal->LastValue = NewValue; in set()474 return LazyVal->LastValue; in get()482 return LazyVal->LastValue; in getNotUpdated()
428 if (Value *LastValue = LastValueMap[OldValue]) in UnrollAndJamLoop() local429 Phi.setIncomingValue(b, LastValue); in UnrollAndJamLoop()
2095 Instruction *LastValue = nullptr; in rematerializeLiveValues() local2110 assert(LastValue); in rematerializeLiveValues()2111 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()2134 LastValue = Instr; in rematerializeLiveValues()
1467 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local1474 ThisValue = LastValue; in collectBitGroups()1491 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()1497 if (LastValue.getNode()) in collectBitGroups()1498 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1501 LastValue = ThisValue; in collectBitGroups()1505 if (LastValue.getNode()) in collectBitGroups()1506 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
5250 SDValue LastValue = CallSeqStart.getValue(CallSeqStart->getNumValues() - 1); in getOutputChainFromCallSeq() local5251 if (LastValue.getValueType() != MVT::Glue) in getOutputChainFromCallSeq()5252 return LastValue; in getOutputChainFromCallSeq()