Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1688 bool SkipScop = false; variable
2148 void markAsToBeSkipped() { SkipScop = true; } in markAsToBeSkipped()
2151 bool isToBeSkipped() const { return SkipScop; } in isToBeSkipped()