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

References

lib/CodeGen/SafeStack.cpp
  294       switch (I->getOpcode()) {
  296         if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr,
  305         if (V == I->getOperand(0)) {
  309                      << "\n            store of address: " << *I << "\n");
  313         if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()),
  324         ImmutableCallSite CS(I);
  326         if (I->isLifetimeStartOrEnd())
  329         if (const MemIntrinsic *MI = dyn_cast<MemIntrinsic>(I)) {
  333                        << "\n            unsafe memintrinsic: " << *I << "\n");
  352                                 << "\n            unsafe call: " << *I << "\n");
  359         if (Visited.insert(I).second)
  360           WorkList.push_back(cast<const Instruction>(I));