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

References

tools/polly/lib/Analysis/ScopInfo.cpp
 2463   if (!L || !R.contains(L))
 2463   if (!L || !R.contains(L))
 2468     return L->getLoopDepth() - 1;
 2470     Loop *OuterLoop = R.outermostLoopInRegion(const_cast<Loop *>(L));
 2472     return L->getLoopDepth() - OuterLoop->getLoopDepth();