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

References

lib/Transforms/Scalar/LICM.cpp
 1087   if (!isHoistableAndSinkableInst(I))
 1095   if (LoadInst *LI = dyn_cast<LoadInst>(&I)) {
 1131   } else if (CallInst *CI = dyn_cast<CallInst>(&I)) {
 1133     if (isa<DbgInfoIntrinsic>(I))
 1182   } else if (auto *FI = dyn_cast<FenceInst>(&I)) {
 1200   } else if (auto *SI = dyn_cast<StoreInst>(&I)) {
 1277   assert(!I.mayReadOrWriteMemory() && "unhandled aliasing");