Returns the loop descriptor owning |loop_|.
| 158 | IRContext* GetContext() { return context_; } |
| 159 | // Returns the loop descriptor owning |loop_|. |
| 160 | LoopDescriptor* GetLoopDescriptor() { return loop_desc_; } |
| 161 | // Returns the loop on which the object operates on. |
| 162 | Loop* GetLoop() const { return loop_; } |
| 163 | // Returns the function that |loop_| belong to. |