Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopInfo.h1733 bool SkipScop = false; variable
2182 void markAsToBeSkipped() { SkipScop = true; } in markAsToBeSkipped()
2185 bool isToBeSkipped() const { return SkipScop; } in isToBeSkipped()