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

References

lib/Transforms/Scalar/LoopSink.cpp
  215   SortedBBsToSinkInto.insert(SortedBBsToSinkInto.begin(), BBsToSinkInto.begin(),
  215   SortedBBsToSinkInto.insert(SortedBBsToSinkInto.begin(), BBsToSinkInto.begin(),
  217   llvm::sort(SortedBBsToSinkInto, [&](BasicBlock *A, BasicBlock *B) {
  221   BasicBlock *MoveBB = *SortedBBsToSinkInto.begin();
  224   for (BasicBlock *N : makeArrayRef(SortedBBsToSinkInto).drop_front(1)) {