Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp125 static cl::opt<std::string> UserContextStr( variable
2831 if (UserContextStr.empty()) in addUserContext()
2834 isl::set UserContext = isl::set(scop->getIslCtx(), UserContextStr.c_str()); in addUserContext()