HomeSort by relevance Sort by last modified time
    Searched refs:KeepRegs (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 36 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.test(Reg)) continue
    [all...]
CriticalAntiDepBreaker.h 68 BitVector KeepRegs;

Completed in 70 milliseconds