Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocFast.cpp307 MachineInstr *NewDV = in spillVirtReg() local
313 assert(NewDV->getParent() == MBB && "dangling parent pointer"); in spillVirtReg()
314 (void)NewDV; in spillVirtReg()
315 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV); in spillVirtReg()
879 MachineInstr *NewDV = BuildMI(*MBB, MBB->erase(MI), DL, in AllocateBasicBlock() local
886 << "\t" << *NewDV); in AllocateBasicBlock()
888 MI = NewDV; in AllocateBasicBlock()