Searched refs:LastValue (Results 1 – 3 of 3) sorted by relevance
391 : ExternalSource(Source), LastGeneration(0), LastValue(Value) {} in LazyData()394 T LastValue; member424 LazyVal->LastValue = NewValue; in set()440 return LazyVal->LastValue; in get()448 return LazyVal->LastValue; in getNotUpdated()
1046 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local1052 ThisValue = LastValue; in collectBitGroups()1062 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()1065 if (LastValue.getNode()) in collectBitGroups()1066 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1069 LastValue = ThisValue; in collectBitGroups()1072 if (LastValue.getNode()) in collectBitGroups()1073 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
2213 Instruction *LastValue = nullptr; in rematerializeLiveValues() local2228 assert(LastValue); in rematerializeLiveValues()2229 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()2242 LastValue = Instr; in rematerializeLiveValues()