Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2221 Instruction *ClonedValue = Instr->clone(); in rematerializeLiveValues() local
2222 ClonedValue->insertBefore(InsertBefore); in rematerializeLiveValues()
2223 ClonedValue->setName(Instr->getName() + ".remat"); in rematerializeLiveValues()
2229 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()
2233 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues()
2241 LastClonedValue = ClonedValue; in rematerializeLiveValues()