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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
  461                                     InvalidDomainMap, ConditionSets) &&
  463                                     InvalidDomainMap, ConditionSets);
  465       while (!ConditionSets.empty())
  466         isl_set_free(ConditionSets.pop_back_val());
  470     isl_set_free(ConditionSets.pop_back_val());
  471     isl_set *ConsCondPart0 = ConditionSets.pop_back_val();
  472     isl_set_free(ConditionSets.pop_back_val());
  473     isl_set *ConsCondPart1 = ConditionSets.pop_back_val();
  555   ConditionSets.push_back(ConsequenceCondSet);
  556   ConditionSets.push_back(isl_set_coalesce(AlternativeCondSet));