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

References

lib/CodeGen/SafeStack.cpp
  291       auto I = cast<const Instruction>(UI.getUser());
  292       assert(V == UI.get());
  296         if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr,
  313         if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()),
  330           if (!IsMemIntrinsicSafe(MI, UI, AllocaPtr, AllocaSize)) {