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

References

tools/polly/lib/Analysis/ScopDetection.cpp
 1640   LLVM_DEBUG(dbgs() << "Checking region: " << CurRegion.getNameStr() << "\n\t");
 1642   if (!PollyAllowFullFunction && CurRegion.isTopLevelRegion()) {
 1648   if (CurRegion.getExit() &&
 1649       isa<UnreachableInst>(CurRegion.getExit()->getTerminator())) {
 1652                                             CurRegion.getExit(), DbgLoc);
 1655   if (!CurRegion.getEntry()->getName().count(OnlyRegion)) {
 1666       CurRegion.getEntry() ==
 1667           &(CurRegion.getEntry()->getParent()->getEntryBlock()))
 1668     return invalid<ReportEntry>(Context, /*Assert=*/true, CurRegion.getEntry());
 1673   if (!isReducibleRegion(CurRegion, DbgLoc))
 1675                                             &CurRegion, DbgLoc);