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

References

lib/Transforms/Scalar/SCCP.cpp
  283     BBWorkList.push_back(BB);  // Add the block to the work list!
 1367   while (!BBWorkList.empty() || !InstWorkList.empty() ||
 1404     while (!BBWorkList.empty()) {
 1405       BasicBlock *BB = BBWorkList.back();
 1406       BBWorkList.pop_back();