Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp39 KeepRegs(TRI->getNumRegs(), false) {} in CriticalAntiDepBreaker()
56 KeepRegs.reset(); in StartBlock()
91 KeepRegs.reset(); in FinishBlock()
203 if (!KeepRegs.test(Reg)) { in PrescanInstruction()
206 KeepRegs.set(*SubRegs); in PrescanInstruction()
229 KeepRegs.reset(i); in ScanInstruction()
246 KeepRegs.reset(Reg); in ScanInstruction()
254 KeepRegs.reset(SubregReg); in ScanInstruction()
527 else if (KeepRegs.test(AntiDepReg)) in BreakAntiDependencies()
DCriticalAntiDepBreaker.h68 BitVector KeepRegs; variable