reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/CodeGen/SafeStack.cpp
  199   bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr,

References

lib/CodeGen/SafeStack.cpp
  273   return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize);
  296         if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr,
  313         if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()),