reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
871 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { 887 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) { 904 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { 918 dbgs() << " is clobbered by " << *DepInst << '\n';); 927 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || 927 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || 929 isLifetimeStart(DepInst)) { 935 if (isCallocLikeFn(DepInst, TLI)) { 940 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { 956 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { 975 dbgs() << " has unknown def " << *DepInst << '\n';);