Searched refs:LastValue (Results 1 – 5 of 5) sorted by relevance
396 T LastValue; member399 : ExternalSource(Source), LastValue(Value) {} in LazyData()429 LazyVal->LastValue = NewValue; in set()445 return LazyVal->LastValue; in get()453 return LazyVal->LastValue; in getNotUpdated()
474 if (Value *LastValue = LastValueMap[OldValue]) in UnrollAndJamLoop() local475 Phi.setIncomingValue(b, LastValue); in UnrollAndJamLoop()
2310 Instruction *LastValue = nullptr; in rematerializeLiveValues() local2325 assert(LastValue); in rematerializeLiveValues()2326 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()2349 LastValue = Instr; in rematerializeLiveValues()
1702 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local1709 ThisValue = LastValue; in collectBitGroups()1726 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()1732 if (LastValue.getNode()) in collectBitGroups()1733 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1736 LastValue = ThisValue; in collectBitGroups()1740 if (LastValue.getNode()) in collectBitGroups()1741 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
5294 SDValue LastValue = CallSeqStart.getValue(CallSeqStart->getNumValues() - 1); in getOutputChainFromCallSeq() local5295 if (LastValue.getValueType() != MVT::Glue) in getOutputChainFromCallSeq()5296 return LastValue; in getOutputChainFromCallSeq()