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

/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp36 DefIndices(TRI->getNumRegs(), 0), KeepRegs(TRI->getNumRegs(), false) {}
53 KeepRegs.reset();
87 KeepRegs.reset();
206 // it or any of its sub or super regs. We need to use KeepRegs to mark the
219 KeepRegs.set(*SubRegs);
223 KeepRegs.set(*SuperRegs);
228 if (!KeepRegs.test(Reg)) {
231 KeepRegs.set(*SubRegs);
255 KeepRegs.reset(i);
266 if (KeepRegs
[all...]
H A DCriticalAntiDepBreaker.h68 BitVector KeepRegs; member in class:llvm::CriticalAntiDepBreaker

Completed in 156 milliseconds