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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 3031       MACtx = isl::set::universe(DomainCtx.get_space());
 3033       MACtx = DomainCtx;
 3034       MACtx = MACtx.subtract(MAInvalidCtx.unite(NHCtx));
 3034       MACtx = MACtx.subtract(MAInvalidCtx.unite(NHCtx));
 3035       MACtx = MACtx.gist_params(scop->getContext());
 3035       MACtx = MACtx.gist_params(scop->getContext());
 3068         IAClassDomainCtx = IAClassDomainCtx.unite(MACtx).coalesce();
 3070         IAClassDomainCtx = MACtx;
 3078     MACtx = MACtx.coalesce();
 3078     MACtx = MACtx.coalesce();
 3083         InvariantEquivClassTy{PointerSCEV, MemoryAccessList{MA}, MACtx, Ty});