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

References

tools/polly/lib/Analysis/ScopDetection.cpp
 1353     MaxLoopDepth = std::max(MaxLoopDepth, Stats.MaxDepth + 1);
 1353     MaxLoopDepth = std::max(MaxLoopDepth, Stats.MaxDepth + 1);
 1356   return {NumLoops, MaxLoopDepth};