Searched refs:LifetimeEnd (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | MemoryTaggingSupport.cpp | 88 const SmallVectorImpl<IntrinsicInst *> &LifetimeEnd, in isStandardLifetime() argument 95 (LifetimeEnd.size() == 1 || in isStandardLifetime() 96 (LifetimeEnd.size() > 0 && in isStandardLifetime() 97 !maybeReachableFromEachOther(LifetimeEnd, DT, LI, MaxLifetimes))); in isStandardLifetime() 137 Info.AllocasToInstrument[AI].LifetimeEnd.push_back(II); in visit()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| D | MemoryTaggingSupport.h | 44 const SmallVectorImpl<IntrinsicInst *> &LifetimeEnd, 53 SmallVector<IntrinsicInst *, 2> LifetimeEnd; member
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64StackTagging.cpp | 548 memtag::isStandardLifetime(Info.LifetimeStart, Info.LifetimeEnd, DT, LI, in runOnFunction() 560 !memtag::forAllReachableExits(*DT, *PDT, *LI, Start, Info.LifetimeEnd, in runOnFunction() 562 for (auto *End : Info.LifetimeEnd) in runOnFunction() 576 for (auto *II : Info.LifetimeEnd) in runOnFunction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | HWAddressSanitizer.cpp | 1341 llvm::for_each(Info.LifetimeEnd, HandleLifetime); in instrumentStack() 1375 memtag::isStandardLifetime(Info.LifetimeStart, Info.LifetimeEnd, &DT, in instrumentStack() 1382 if (!memtag::forAllReachableExits(DT, PDT, LI, Start, Info.LifetimeEnd, in instrumentStack() 1384 for (auto *End : Info.LifetimeEnd) in instrumentStack() 1395 for (auto &II : Info.LifetimeEnd) in instrumentStack()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGCall.cpp | 5665 for (CallLifetimeEnd &LifetimeEnd : CallLifetimeEndAfterCall) in EmitCall() 5666 LifetimeEnd.Emit(*this, /*Flags=*/{}); in EmitCall()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 19871 const auto *LifetimeEnd = cast<LifetimeSDNode>(N); in visitLIFETIME_END() local 19872 if (!LifetimeEnd->hasOffset()) in visitLIFETIME_END() 19876 LifetimeEnd->getOffset(), false); in visitLIFETIME_END() 19909 if (LifetimeEndBase.contains(DAG, LifetimeEnd->getSize() * 8, StoreBase, in visitLIFETIME_END()
|