Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStack.cpp184 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr,
224 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anon5b1420ea0111::SafeStack
260 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe()
283 if (!IsAccessSafe(UI, DL->getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca()
299 if (!IsAccessSafe(UI, DL->getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()