Returns the inner most loop that contains the basic block |bb|.
| 501 | |
| 502 | // Returns the inner most loop that contains the basic block |bb|. |
| 503 | inline void SetBasicBlockToLoop(uint32_t bb_id, Loop* loop) { |
| 504 | basic_block_to_loop_[bb_id] = loop; |
| 505 | } |
| 506 | |
| 507 | // Mark the loop |loop_to_add| as needing to be added when the user calls |
| 508 | // PostModificationCleanup. |parent| may be null. |
no outgoing calls
no test coverage detected