Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Beg

156 priorNonDebug(MachineBasicBlock::iterator I, MachineBasicBlock::iterator Beg) {
157 assert(I != Beg && "reached the top of the region, cannot decrement");
158 while (--I != Beg) {