Sets the pointer to the current context for this pass.
| 88 | |
| 89 | // Sets the pointer to the current context for this pass. |
| 90 | void SetContextForTesting(IRContext* ctx) { context_ = ctx; } |
| 91 | |
| 92 | // Returns a pointer to the current context for this pass. |
| 93 | IRContext* context() const { return context_; } |