Searched refs:findAllocaForValue (Results 1 – 8 of 8) sorted by relevance
409 AllocaInst *findAllocaForValue(Value *V, bool OffsetZero = false);410 inline const AllocaInst *findAllocaForValue(const Value *V,412 return findAllocaForValue(const_cast<Value *>(V), OffsetZero);
127 AllocaInst *AI = findAllocaForValue(II->getArgOperand(1)); in visit()
66 const AllocaInst *AI = findAllocaForValue(II.getArgOperand(1), true); in findMatchingAlloca()
4717 AllocaInst *llvm::findAllocaForValue(Value *V, bool OffsetZero) { in findAllocaForValue() function in llvm
337 llvm::findAllocaForValue(II->getArgOperand(1))) in canMoveAboveCall()
1084 AllocaInst *AI = findAllocaForValue(II.getArgOperand(1), true); in visitIntrinsicInst()1295 findAllocaForValue(Ptr)) in ignoreAccess()
726 if (findAllocaForValue(Ptr)) { in ignoreAccess()
2945 AllocaInst *AI = llvm::findAllocaForValue(I.getArgOperand(1)); in handleLifetimeStart()