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();
88 KeepRegs.reset();
207 // it or any of its sub or super regs. We need to use KeepRegs to mark the
220 KeepRegs.set(*SubRegs);
224 KeepRegs.set(*SuperRegs);
229 if (!KeepRegs.test(Reg)) {
232 KeepRegs.set(*SubRegs);
256 KeepRegs.reset(i);
267 if (KeepRegs
[all...]
H A DCriticalAntiDepBreaker.h68 BitVector KeepRegs; member in class:llvm::CriticalAntiDepBreaker

Completed in 444 milliseconds