reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
294 while (BBI != E) { 295 --BBI; 299 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() && 299 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() && 300 !isa<DbgInfoIntrinsic>(BBI)) 305 if (LoadInst *LI = dyn_cast<LoadInst>(BBI)) { 313 } else if (StoreInst *SI = dyn_cast<StoreInst>(BBI)) {