Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2212 Instruction *LastClonedValue = nullptr; in rematerializeLiveValues() local
2227 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()