Home
last modified time | relevance | path

Searched refs:LastClonedValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1371 Instruction *LastClonedValue = nullptr; in rematerializeChain() local
1388 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()