CycleInfo: Fix splitCriticalEdge (#68584)
There are cases when cycle that contains both Pred and Succ is not found: Pred is in a smaller cycle that is contained in a larger cycle that also contains Succ, or Pred and Succ are in disjointed innermost cycles but there is a larger cycle that contains both. Add efficient helper function that finds innermost cycle that contains both Pred and Succ if it exists.
parent
bccf2c84
Please register or sign in to comment