Searched refs:ClonedValue (Results 1 – 1 of 1) sorted by relevance
2221 Instruction *ClonedValue = Instr->clone(); in rematerializeLiveValues() local2222 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()