Home
last modified time | relevance | path

Searched refs:PrevEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1189 SlotIndex PrevEnd; in computeIntervals() local
1207 if (PrevEnd && I.start() < PrevEnd) { in computeIntervals()
1213 I.setStopUnchecked(PrevEnd); in computeIntervals()
1245 PrevEnd = REnd; in computeIntervals()
1249 if (PrevEnd && I.start() < PrevEnd) in computeIntervals()
1250 I.setStopUnchecked(PrevEnd); in computeIntervals()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp201 unsigned PrevEnd = Prev.getOffset() + Prev.getLength(); in getCanonicalReplacements() local
202 if (PrevEnd < R.getOffset()) { in getCanonicalReplacements()
205 assert(PrevEnd == R.getOffset() && in getCanonicalReplacements()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h455 uptr PrevEnd = TaggedUserPtr + Header.SizeOrUnusedBytes; variable
457 if (NextPage < PrevEnd && loadTag(NextPage) != NextPage)
458 PrevEnd = NextPage;
460 resizeTaggedChunk(PrevEnd, TaggedUserPtr + Size, Size, BlockEnd);
469 Min(Size, roundUp(PrevEnd - TaggedUserPtr,