Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Beg

217               MachineBasicBlock::const_iterator Beg) {
218 assert(I != Beg && "reached the top of the region, cannot decrement");
219 while (--I != Beg) {
229 MachineBasicBlock::const_iterator Beg) {
231 &*priorNonDebug(MachineBasicBlock::const_iterator(I), Beg));