Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVAffinator.cpp409 isl_local_space *LocalSpace = isl_local_space_from_space(Space); in visitAddRecExpr() local
414 isl_aff_zero_on_domain(LocalSpace), isl_dim_in, loopDimension, 1); in visitAddRecExpr()
/llvm-project-15.0.7/polly/lib/Transform/
H A DScheduleTreeTransform.cpp550 isl::local_space LocalSpace = isl::local_space(Space); in addExtentConstraints() local
551 isl::constraint ExtConstr = isl::constraint::alloc_inequality(LocalSpace); in addExtentConstraints()
555 ExtConstr = isl::constraint::alloc_inequality(LocalSpace); in addExtentConstraints()