Searched refs:CurEnd (Results 1 – 2 of 2) sorted by relevance
410 FileOffset CurOffs, CurEnd; in applyRewrites() local420 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()426 assert(offs >= CurEnd); in applyRewrites()428 if (offs == CurEnd) { in applyRewrites()431 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()440 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
2538 for (MachineBasicBlock::iterator CurEnd = CurMBB->end(); in findMatchingUpdateInsnForward() local2539 MBBI != CurEnd && Count < Limit; MBBI = next_nodbg(MBBI, CurEnd)) { in findMatchingUpdateInsnForward()