HomeSort by: relevance | last modified time | path
    Searched refs:LifetimeEnd (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64StackTagging.cpp 289 SmallVector<IntrinsicInst *, 2> LifetimeEnd;
583 Allocas[AI].LifetimeEnd.push_back(II);
659 Info.LifetimeEnd.size() == 1) {
661 IntrinsicInst *End = Info.LifetimeEnd[0];
703 for (auto &II : Info.LifetimeEnd)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 5484 for (CallLifetimeEnd &LifetimeEnd : CallLifetimeEndAfterCall)
5485 LifetimeEnd.Emit(*this, /*Flags=*/{});
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 17993 const auto *LifetimeEnd = cast<LifetimeSDNode>(N);
17994 if (!LifetimeEnd->hasOffset())
17998 LifetimeEnd->getOffset(), false);
18031 if (LifetimeEndBase.contains(DAG, LifetimeEnd->getSize() * 8, StoreBase,

Completed in 55 milliseconds