Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp883 auto PWAccRel = in createNewAccesses() local
888 isl::manage(isl_pw_multi_aff_domain(isl_pw_multi_aff_copy(PWAccRel))); in createNewAccesses()
892 isl_pw_multi_aff_free(PWAccRel); in createNewAccesses()
896 auto AccessExpr = isl_ast_build_access_from_pw_multi_aff(Build, PWAccRel); in createNewAccesses()
1199 isl_pw_multi_aff *PWAccRel = isl_pw_multi_aff_from_set(AccessRange); in preloadUnconditionally() local
1201 isl_ast_build_access_from_pw_multi_aff(Build, PWAccRel); in preloadUnconditionally()