Home
last modified time | relevance | path

Searched refs:CurEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp410 FileOffset CurOffs, CurEnd; in applyRewrites() local
420 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp2538 for (MachineBasicBlock::iterator CurEnd = CurMBB->end(); in findMatchingUpdateInsnForward() local
2539 MBBI != CurEnd && Count < Limit; MBBI = next_nodbg(MBBI, CurEnd)) { in findMatchingUpdateInsnForward()