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

/external/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp35 BitVector LivePhysRegs; member in class:__anon22067::DeadMachineInstructionElim
72 if (LivePhysRegs.test(Reg) || MRI->isReserved(Reg))
100 LivePhysRegs = MRI->getReservedRegs();
102 // Add live-ins from sucessors to LivePhysRegs. Normally, physregs are not
109 LivePhysRegs.set(*LI);
162 LivePhysRegs.reset(*SR);
166 LivePhysRegs.clearBitsNotInMask(MO.getRegMask());
177 LivePhysRegs.set(*AI);
188 LivePhysRegs.clear();

Completed in 84 milliseconds