Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp260 isl::set UnboundedParts = S.subtract(BoundedParts); in partitionSetParts() local
261 return std::make_pair(UnboundedParts, BoundedParts); in partitionSetParts()