Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp2192 isl_space *EmptySpace = isl_space_params_alloc(getIslCtx().get(), 0); in getDomains() local
2193 isl_union_set *Domain = isl_union_set_empty(EmptySpace); in getDomains()