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

References

lib/Transforms/Scalar/LoopSink.cpp
  201   if (BBsToSinkInto.empty())
  205   if (BBsToSinkInto.size() > 1) {
  206     for (auto *BB : BBsToSinkInto)
  215   SortedBBsToSinkInto.insert(SortedBBsToSinkInto.begin(), BBsToSinkInto.begin(),
  216                              BBsToSinkInto.end());