Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoadCombine.cpp159 APInt PrevEnd = PrevOffset + PrevSize; in aggregateLoads() local
160 if (L.POP.Offset.sgt(PrevEnd)) { in aggregateLoads()
168 if (L.POP.Offset != PrevEnd) in aggregateLoads()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp913 SlotIndex PrevEnd; in computeIntervals() local
931 if (PrevEnd && I.start() < PrevEnd) { in computeIntervals()
937 I.setStopUnchecked(PrevEnd); in computeIntervals()
969 PrevEnd = REnd; in computeIntervals()
973 if (PrevEnd && I.start() < PrevEnd) in computeIntervals()
974 I.setStopUnchecked(PrevEnd); in computeIntervals()
/external/llvm-project/llvm/lib/CodeGen/
DLiveDebugVariables.cpp936 SlotIndex PrevEnd; in computeIntervals() local
954 if (PrevEnd && I.start() < PrevEnd) { in computeIntervals()
960 I.setStopUnchecked(PrevEnd); in computeIntervals()
992 PrevEnd = REnd; in computeIntervals()
996 if (PrevEnd && I.start() < PrevEnd) in computeIntervals()
997 I.setStopUnchecked(PrevEnd); in computeIntervals()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h409 uptr PrevEnd = TaggedUserPtr + Header.SizeOrUnusedBytes; variable
411 if (NextPage < PrevEnd && loadTag(NextPage) != NextPage)
412 PrevEnd = NextPage;
414 resizeTaggedChunk(PrevEnd, TaggedUserPtr + Size, BlockEnd);
423 Min(Size, roundUpTo(PrevEnd - TaggedUserPtr,
/external/llvm-project/clang/lib/Tooling/Core/
DReplacement.cpp200 unsigned PrevEnd = Prev.getOffset() + Prev.getLength(); in getCanonicalReplacements() local
201 if (PrevEnd < R.getOffset()) { in getCanonicalReplacements()
204 assert(PrevEnd == R.getOffset() && in getCanonicalReplacements()
/external/scudo/standalone/
Dcombined.h435 uptr PrevEnd = TaggedUserPtr + Header.SizeOrUnusedBytes; variable
437 if (NextPage < PrevEnd && loadTag(NextPage) != NextPage)
438 PrevEnd = NextPage;
440 resizeTaggedChunk(PrevEnd, TaggedUserPtr + Size, Size, BlockEnd);
449 Min(Size, roundUpTo(PrevEnd - TaggedUserPtr,