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

References

lib/Transforms/Scalar/LICM.cpp
  643       HoistableBranches[BI] = CommonSucc;
  663     for (auto &Pair : HoistableBranches) {
  697     auto It = std::find_if(HoistableBranches.begin(), HoistableBranches.end(),
  697     auto It = std::find_if(HoistableBranches.begin(), HoistableBranches.end(),
  702     if (It == HoistableBranches.end()) {
  710     assert(std::find_if(++It, HoistableBranches.end(), HasBBAsSuccessor) ==
  711                HoistableBranches.end() &&
  717     BasicBlock *CommonSucc = HoistableBranches[BI];