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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
  726   assert(LoopDepth >= 0 && "Loop in region should have at least depth one");
  733       createNextIterationMap(HeaderBBDom.get_space(), LoopDepth);
  769     assert(LatchLoopDepth >= LoopDepth);
  771         isl::dim::set, LoopDepth + 1, LatchLoopDepth - LoopDepth);
  771         isl::dim::set, LoopDepth + 1, LatchLoopDepth - LoopDepth);
  776   for (int i = 0; i < LoopDepth; i++)
  782       UnionBackedgeConditionComplement.lower_bound_si(isl::dim::set, LoopDepth,
  789   auto Parts = partitionSetParts(HeaderBBDom, LoopDepth);