Home
last modified time | relevance | path

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

/dports/math/barvinok/barvinok-0.41.5/pet/
H A Dscop.h54 struct pet_scop *pet_scop_restrict_context(struct pet_scop *scop,
H A Dtree2scop.c730 scop = pet_scop_restrict_context(scop, valid); in scop_from_affine_while()
1795 scop = pet_scop_restrict_context(scop, valid_inc); in scop_from_affine_for()
1801 scop = pet_scop_restrict_context(scop, valid_init); in scop_from_affine_for()
2149 scop = pet_scop_restrict_context(scop, valid); in scop_from_affine_if()
H A Dscop.c962 scop = pet_scop_restrict_context(scop, isl_set_copy(scop1->context)); in pet_scop_add()
963 scop = pet_scop_restrict_context(scop, isl_set_copy(scop2->context)); in pet_scop_add()
3095 struct pet_scop *pet_scop_restrict_context(struct pet_scop *scop, in pet_scop_restrict_context() function