Home
last modified time | relevance | path

Searched refs:extra_param (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_ast_codegen.c5319 isl_size n_param, extra_param; in hoist_out_of_context() local
5322 extra_param = isl_ast_build_dim(sub_build, isl_dim_param); in hoist_out_of_context()
5323 if (n_param < 0 || extra_param < 0) in hoist_out_of_context()
5326 if (extra_param == n_param) in hoist_out_of_context()
5329 extra_param -= n_param; in hoist_out_of_context()
5332 n_param, extra_param); in hoist_out_of_context()
5336 n_param, extra_param); in hoist_out_of_context()
5337 guard = isl_set_project_out(guard, isl_dim_param, n_param, extra_param); in hoist_out_of_context()