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

References

lib/Transforms/Scalar/LICM.cpp
  503   assert(N != nullptr && AA != nullptr && LI != nullptr && DT != nullptr &&
  519     if (inSubLoop(BB, CurLoop, LI))
  546         if (sink(I, LI, DT, CurLoop, SafetyInfo, MSSAU, ORE)) {