Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_codegen.c5330 isl_size n_param, extra_param; in hoist_out_of_context() local
5333 extra_param = isl_ast_build_dim(sub_build, isl_dim_param); in hoist_out_of_context()
5334 if (n_param < 0 || extra_param < 0) in hoist_out_of_context()
5337 if (extra_param == n_param) in hoist_out_of_context()
5340 extra_param -= n_param; in hoist_out_of_context()
5343 n_param, extra_param); in hoist_out_of_context()
5347 n_param, extra_param); in hoist_out_of_context()
5348 guard = isl_set_project_out(guard, isl_dim_param, n_param, extra_param); in hoist_out_of_context()