Searched refs:params_alloc (Results 1 – 2 of 2) sorted by relevance
1499 isl::space Space = isl::space::params_alloc(getIslCtx(), 0); in addParameterBounds() 1836 isl::space Space = isl::space::params_alloc(getIslCtx(), ParameterIds.size()); in getFullParamSpace()
4168 static inline isl::space params_alloc(isl::ctx ctx, unsigned int nparam);19879 isl::space space::params_alloc(isl::ctx ctx, unsigned int nparam) in params_alloc() function