Lines Matching refs:EndI
830 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI;833 // Search for aliased memory reference in (StartI, EndI).834 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) {