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

References

include/llvm/Analysis/RegionInfoImpl.h
  226   return !isTopLevelRegion() && getEnteringBlock() && getExitingBlock();
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
  751   assert((Exit == nullptr) == (R->isTopLevelRegion()) &&
lib/Transforms/Scalar/StructurizeCFG.cpp
  998   if (R->isTopLevelRegion())
tools/polly/lib/Analysis/ScopBuilder.cpp
 3587   if (!S->getRegion().isTopLevelRegion()) {
 3639   if (!R.isTopLevelRegion() && !scop->hasSingleExitEdge()) {
 3779   if (R->isTopLevelRegion())
tools/polly/lib/Analysis/ScopDetection.cpp
  647   if (isa<ReturnInst>(TI) && CurRegion.isTopLevelRegion())
 1642   if (!PollyAllowFullFunction && CurRegion.isTopLevelRegion()) {
tools/polly/lib/Analysis/ScopInfo.cpp
 2466   if (R.isTopLevelRegion()) {
tools/polly/lib/CodeGen/CodeGeneration.cpp
  201   assert(!R->isTopLevelRegion() && "Top level regions are not supported");
tools/polly/lib/Support/ScopHelper.cpp
   76         while (!RegionOfPred->isTopLevelRegion() &&
   86       while (!AncestorR->isTopLevelRegion() && AncestorR->getEntry() == Entry) {
  158   assert(R && !R->isTopLevelRegion());
  416   if (R.isTopLevelRegion()) {
  591     if (R.isTopLevelRegion()) {