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

References

tools/polly/lib/Analysis/ScopDetection.cpp
 1369   if (L && R->contains(L)) {
 1369   if (L && R->contains(L)) {
 1370     L = R->outermostLoopInRegion(L);
 1370     L = R->outermostLoopInRegion(L);
 1371     L = L->getParentLoop();
 1371     L = L->getParentLoop();
 1375       L ? L->getSubLoopsVector() : std::vector<Loop *>(LI.begin(), LI.end());
 1375       L ? L->getSubLoopsVector() : std::vector<Loop *>(LI.begin(), LI.end());