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

/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp311 MachineInstr *NewDV = local
314 (void)NewDV;
315 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV);
865 MachineInstr *NewDV = BuildMI(*MBB, MBB->erase(MI), DL, local
869 << "\t" << *NewDV);
870 // Scan NewDV operands from the beginning.
871 MI = NewDV;

Completed in 74 milliseconds