Searched defs:NewKill (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp115 typedef std::pair<std::pair<unsigned, bool>, MachineInstr*> NewKill; typedef in class:__anon6696::TwoAddressInstructionPass
117 SmallVector<NewKill, 4> &NewKills,
797 SmallVector<NewKill, 4> &NewKills,
831 SmallVector<NewKill, 4> NewKills;
837 MachineInstr *NewKill = NewKills.back().second; local
843 LV->addVirtualRegisterDead(Kill, NewKill);
845 LV->addVirtualRegisterKilled(Kill, NewKill);

Completed in 60 milliseconds