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

References

lib/Transforms/IPO/GlobalOpt.cpp
  617     if (const Instruction *I = dyn_cast<Instruction>(U)) {
  623     if (isa<LoadInst>(U)) {
  625     } else if (const StoreInst *SI = dyn_cast<StoreInst>(U)) {
  630     } else if (const CallInst *CI = dyn_cast<CallInst>(U)) {
  635     } else if (const InvokeInst *II = dyn_cast<InvokeInst>(U)) {
  640     } else if (const BitCastInst *CI = dyn_cast<BitCastInst>(U)) {
  642     } else if (const GetElementPtrInst *GEPI = dyn_cast<GetElementPtrInst>(U)) {
  644     } else if (const PHINode *PN = dyn_cast<PHINode>(U)) {
  649     } else if (isa<ICmpInst>(U) &&
  650                isa<ConstantPointerNull>(U->getOperand(1))) {