Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test_python.py139 build = isl.ast_build.from_context(context)
422 build = isl.ast_build.from_context(pa.domain())
H A Disl_test_cpp-generic.cc182 isl::ast_build build = isl::ast_build::from_context(context); in test_return_string()
368 isl::ast_build build = isl::ast_build::from_context(pa.domain()); in test_ast_build_expr()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp1116 isl::ast_build Build = isl::ast_build::from_context(S.getContext()); in getArraySize()
1143 isl::ast_build Build = isl::ast_build::from_context(S.getContext()); in getArrayOffset()
1589 isl::ast_build Context = isl::ast_build::from_context(S.getContext()); in getGridSizes()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h597 static inline isl::ast_build from_context(isl::set set);
6112 isl::ast_build ast_build::from_context(isl::set set) in from_context() function