@return the i-th Var in this IR. The indexes start from 0.
(int i)
| 88 | * @return the i-th {@link Var} in this IR. The indexes start from 0. |
| 89 | */ |
| 90 | Var getVar(int i); |
| 91 | |
| 92 | /** |
| 93 | * @return the {@link Var} with name in this IR. |
no outgoing calls
no test coverage detected