Lines Matching defs:Clone
291 // Clone sinkable DBG_VALUEs and insert them.
294 MachineInstr *Clone = MF->CloneMachineInstr(DV);
295 MBB->insert(Insert, Clone);
296 NewDbgValues.push_back(Clone);
344 // Clone 'Def', and also clone its eligible DBG_VALUEs to the place before
363 // Clone Def first.
365 MachineInstr *Clone = MF->CloneMachineInstr(Def);
370 Clone->setDebugLoc(DebugLoc());
372 Clone->getOperand(0).setReg(NewReg);
373 MBB->insert(Insert, Clone);
379 // Clone sinkable DBG_VALUEs and insert them.
382 MachineInstr *Clone = MF->CloneMachineInstr(DV);
383 MBB->insert(Insert, Clone);
384 NewDbgValues.push_back(Clone);