Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Beg

225               MachineBasicBlock::const_iterator Beg) {
226 assert(I != Beg && "reached the top of the region, cannot decrement");
227 while (--I != Beg) {
237 MachineBasicBlock::const_iterator Beg) {
239 &*priorNonDebug(MachineBasicBlock::const_iterator(I), Beg));