Home | History | Annotate | Download | only in Hexagon

Lines Matching full:endi

862   MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI;
865 // Search for aliased memory reference in (StartI, EndI).
866 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) {