Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp2094 Instruction *LastClonedValue = nullptr; in rematerializeLiveValues() local
2109 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()