Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp126 static cl::opt<std::string> UserContextStr( variable
2644 if (UserContextStr.empty()) in addUserContext()
2647 isl::set UserContext = isl::set(scop->getIslCtx(), UserContextStr.c_str()); in addUserContext()