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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp283 SmallVector<IntrinsicInst *, 2> LifetimeEnd; member in struct:__anon3875::AArch64StackTagging::AllocaInfo
578 Allocas[AI].LifetimeEnd.push_back(II);
654 Info.LifetimeEnd.size() == 1) {
656 IntrinsicInst *End = Info.LifetimeEnd[0];
698 for (auto &II : Info.LifetimeEnd)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5097 for (CallLifetimeEnd &LifetimeEnd : CallLifetimeEndAfterCall)
5098 LifetimeEnd.Emit(*this, /*Flags=*/{});
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17179 const auto *LifetimeEnd = cast<LifetimeSDNode>(N); local
17180 if (!LifetimeEnd->hasOffset())
17184 LifetimeEnd->getOffset(), false);
17213 if (LifetimeEndBase.contains(DAG, LifetimeEnd->getSize() * 8, StoreBase,

Completed in 191 milliseconds