Searched refs:LastClonedValue (Results 1 – 1 of 1) sorted by relevance
2212 Instruction *LastClonedValue = nullptr; in rematerializeLiveValues() local2227 if (LastClonedValue) { in rematerializeLiveValues()2229 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()2241 LastClonedValue = ClonedValue; in rematerializeLiveValues()2244 assert(LastClonedValue); in rematerializeLiveValues()2245 return LastClonedValue; in rematerializeLiveValues()