reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/include/polly/ScopInfo.h
 2386   bool hasTrivialInvalidContext() const { return InvalidContext.is_empty(); }
tools/polly/lib/Analysis/ScopInfo.cpp
 1551   InvalidContext = isl::set::empty(Space);
 1667   InvalidContext = InvalidContext.align_params(getParamSpace());
 1667   InvalidContext = InvalidContext.align_params(getParamSpace());
 1878   return InvalidContext.to_str();
 2036     if (Set.is_subset(InvalidContext))
 2116     InvalidContext = InvalidContext.unite(Set).coalesce();
 2116     InvalidContext = InvalidContext.unite(Set).coalesce();
 2131 isl::set Scop::getInvalidContext() const { return InvalidContext; }
 2141   OS.indent(4) << InvalidContext << "\n";