Searched refs:LastValue (Results 1 – 5 of 5) sorted by relevance
394 T LastValue; member397 : ExternalSource(Source), LastValue(Value) {} in LazyData()427 LazyVal->LastValue = NewValue; in set()443 return LazyVal->LastValue; in get()451 return LazyVal->LastValue; in getNotUpdated()
472 if (Value *LastValue = LastValueMap[OldValue]) in UnrollAndJamLoop() local473 Phi.setIncomingValue(b, LastValue); in UnrollAndJamLoop()
2428 Instruction *LastValue = nullptr; in rematerializeLiveValues() local2443 assert(LastValue); in rematerializeLiveValues()2444 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()2467 LastValue = Instr; in rematerializeLiveValues()
1711 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local1718 ThisValue = LastValue; in collectBitGroups()1735 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()1741 if (LastValue.getNode()) in collectBitGroups()1742 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1745 LastValue = ThisValue; in collectBitGroups()1749 if (LastValue.getNode()) in collectBitGroups()1750 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
5368 SDValue LastValue = CallSeqStart.getValue(CallSeqStart->getNumValues() - 1); in getOutputChainFromCallSeq() local5369 if (LastValue.getValueType() != MVT::Glue) in getOutputChainFromCallSeq()5370 return LastValue; in getOutputChainFromCallSeq()