Searched refs:ClonedValue (Results 1 – 2 of 2) sorted by relevance
156 Value *ClonedValue = PN->getIncomingValue(0); in addPHINodes() local157 auto Mapped = VMap.find(ClonedValue); in addPHINodes()159 ClonedValue = Mapped->second; in addPHINodes()161 PN->addIncoming(ClonedValue, NonVersionedLoop->getExitingBlock()); in addPHINodes()
1919 Instruction *ClonedValue = Instr->clone(); in rematerializeLiveValues() local1920 ClonedValue->insertBefore(InsertBefore); in rematerializeLiveValues()1921 ClonedValue->setName(Instr->getName() + ".remat"); in rematerializeLiveValues()1927 ClonedValue->replaceUsesOfWith(LastValue, LastClonedValue); in rematerializeLiveValues()1931 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues()1939 LastClonedValue = ClonedValue; in rematerializeLiveValues()