Searched refs:LifetimeEnd (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp273 SmallVector<IntrinsicInst *, 2> LifetimeEnd; member in struct:__anon2048::AArch64StackTagging::AllocaInfo
557 Allocas[AI].LifetimeEnd.push_back(II);
633 Info.LifetimeEnd.size() == 1) {
635 IntrinsicInst *End = Info.LifetimeEnd[0];
677 for (auto &II : Info.LifetimeEnd)
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4643 for (CallLifetimeEnd &LifetimeEnd : CallLifetimeEndAfterCall)
4644 LifetimeEnd.Emit(*this, /*Flags=*/{});
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16570 const auto *LifetimeEnd = cast<LifetimeSDNode>(N); local
16571 if (!LifetimeEnd->hasOffset())
16575 LifetimeEnd->getOffset(), false);
16604 if (LifetimeEndBase.contains(DAG, LifetimeEnd->getSize() * 8, StoreBase,

Completed in 161 milliseconds