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

Declarations

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 3116   inline boolean is_disjoint(const union_map &umap2) const;

References

tools/polly/lib/Transform/MaximalStaticExpansion.cpp
  224         if (!StmtWrites.is_disjoint(AccRel)) {
tools/polly/lib/Transform/ZoneAlgo.cpp
  343       if (!Stores.is_disjoint(AccRel)) {
  363     if (Stmt->isRegionStmt() && !Loads.is_disjoint(AccRel)) {
  374     if (!Stores.is_disjoint(AccRel) && !onlySameValueWrites(Stmt)) {