Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp138 static cl::opt<std::string> OnlyRegion( variable
1748 if (!OnlyRegion.empty() && in isValidRegion()
1749 !CurRegion.getEntry()->getName().count(OnlyRegion)) { in isValidRegion()