| 73 | inline BasicBlock* GetHeaderBlock() { return loop_header_; } |
| 74 | inline const BasicBlock* GetHeaderBlock() const { return loop_header_; } |
| 75 | inline void SetHeaderBlock(BasicBlock* header) { loop_header_ = header; } |
| 76 | |
| 77 | // Updates the OpLoopMerge instruction to reflect the current state of the |
| 78 | // loop. |
no outgoing calls
no test coverage detected