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

References

lib/Transforms/Scalar/LICM.cpp
  504          CurLoop != nullptr && SafetyInfo != nullptr &&
  512   SmallVector<DomTreeNode *, 16> Worklist = collectChildrenInLoop(N, CurLoop);
  519     if (inSubLoop(BB, CurLoop, LI))
  542       if (isNotUsedOrFreeInLoop(I, CurLoop, SafetyInfo, TTI, FreeInLoop) &&
  543           canSinkOrHoistInst(I, AA, DT, CurLoop, CurAST, MSSAU, true, &Flags,
  546         if (sink(I, LI, DT, CurLoop, SafetyInfo, MSSAU, ORE)) {