Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp912 isl::pw_multi_aff PWAccRel = MA->applyScheduleToAccessRelation(Schedule); in createNewAccesses() local
915 isl::set AccDomain = PWAccRel.domain(); in createNewAccesses()
921 isl::ast_expr AccessExpr = Build.access_from(PWAccRel); in createNewAccesses()
1146 isl_pw_multi_aff *PWAccRel = isl_pw_multi_aff_from_set(AccessRange); in preloadUnconditionally() local
1148 isl_ast_build_access_from_pw_multi_aff(Build, PWAccRel); in preloadUnconditionally()