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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
  931       ConditionSets.push_back(Domain.copy());
  933                                  ConditionSets))
  940     assert(RN->isSubRegion() || TI->getNumSuccessors() == ConditionSets.size());
  941     for (unsigned u = 0, e = ConditionSets.size(); u < e; u++) {
  942       isl::set CondSet = isl::manage(ConditionSets[u]);
  984       while (++u < ConditionSets.size())
  985         isl_set_free(ConditionSets[u]);