Home
last modified time | relevance | path

Searched refs:LifetimeStart (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DMemoryTaggingSupport.h43 bool isStandardLifetime(const SmallVectorImpl<IntrinsicInst *> &LifetimeStart,
52 SmallVector<IntrinsicInst *, 2> LifetimeStart; member
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DMemoryTaggingSupport.cpp87 bool isStandardLifetime(const SmallVectorImpl<IntrinsicInst *> &LifetimeStart, in isStandardLifetime() argument
94 return LifetimeStart.size() == 1 && in isStandardLifetime()
135 Info.AllocasToInstrument[AI].LifetimeStart.push_back(II); in visit()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp548 memtag::isStandardLifetime(Info.LifetimeStart, Info.LifetimeEnd, DT, LI, in runOnFunction()
552 IntrinsicInst *Start = Info.LifetimeStart[0]; in runOnFunction()
574 for (auto *II : Info.LifetimeStart) in runOnFunction()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1340 llvm::for_each(Info.LifetimeStart, HandleLifetime); in instrumentStack()
1375 memtag::isStandardLifetime(Info.LifetimeStart, Info.LifetimeEnd, &DT, in instrumentStack()
1379 IntrinsicInst *Start = Info.LifetimeStart[0]; in instrumentStack()
1393 for (auto &II : Info.LifetimeStart) in instrumentStack()