@return the parameters in this IR ("this" variable is excluded). The order of the parameters in the resulting list is the same as the order they are declared in the method.
()
| 61 | * the order they are declared in the method. |
| 62 | */ |
| 63 | List<Var> getParams(); |
| 64 | |
| 65 | /** |
| 66 | * @return the i-th parameter in this IR. The indexes start from 0. |
no outgoing calls