Searched refs:LastClonedValue (Results 1 – 1 of 1) sorted by relevance
2094 Instruction *LastClonedValue = nullptr; in rematerializeLiveValues() local2109 if (LastClonedValue) { in rematerializeLiveValues()2111 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()2133 LastClonedValue = ClonedValue; in rematerializeLiveValues()2136 assert(LastClonedValue); in rematerializeLiveValues()2137 return LastClonedValue; in rematerializeLiveValues()