Adding functionalities to verify
- if a region is Single Entry Single Exit (SESE),
- if a region is Single Entry Multiple Exit (SEME),
The test cases to exercise these functionality will be provided in subsequent patches of loop-rotation where these APIs are used.
Worked in collaboration with Sebastian Pop.
This names are not helped by the fact that both Entry and Exit start with "E". :)
I'd suggest spelling them out in full, like isSingleEntrySingleExit.
Also, we don't use \brief in new doxygen comments, we build with autobrief now.