Searched refs:LastClonedValue (Results 1 – 1 of 1) sorted by relevance
1371 Instruction *LastClonedValue = nullptr; in rematerializeChain() local1388 if (LastClonedValue) { in rematerializeChain()1390 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeChain()1412 LastClonedValue = ClonedValue; in rematerializeChain()1415 assert(LastClonedValue); in rematerializeChain()1416 return LastClonedValue; in rematerializeChain()