Home
last modified time | relevance | path

Searched refs:findAllocaForValue (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h409 AllocaInst *findAllocaForValue(Value *V, bool OffsetZero = false);
410 inline const AllocaInst *findAllocaForValue(const Value *V,
412 return findAllocaForValue(const_cast<Value *>(V), OffsetZero);
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp127 AllocaInst *AI = findAllocaForValue(II->getArgOperand(1)); in visit()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DStackLifetime.cpp66 const AllocaInst *AI = findAllocaForValue(II.getArgOperand(1), true); in findMatchingAlloca()
H A DValueTracking.cpp4717 AllocaInst *llvm::findAllocaForValue(Value *V, bool OffsetZero) { in findAllocaForValue() function in llvm
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp337 llvm::findAllocaForValue(II->getArgOperand(1))) in canMoveAboveCall()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1084 AllocaInst *AI = findAllocaForValue(II.getArgOperand(1), true); in visitIntrinsicInst()
1295 findAllocaForValue(Ptr)) in ignoreAccess()
H A DHWAddressSanitizer.cpp726 if (findAllocaForValue(Ptr)) { in ignoreAccess()
H A DMemorySanitizer.cpp2945 AllocaInst *AI = llvm::findAllocaForValue(I.getArgOperand(1)); in handleLifetimeStart()