| 187 | } |
| 188 | |
| 189 | bool StructuredCFGAnalysis::IsContinueBlock(uint32_t bb_id) { |
| 190 | assert(bb_id != 0); |
| 191 | return LoopContinueBlock(bb_id) == bb_id; |
| 192 | } |
| 193 | |
| 194 | bool StructuredCFGAnalysis::IsInContainingLoopsContinueConstruct( |
| 195 | uint32_t bb_id) { |
no outgoing calls