HomeSort by relevance Sort by last modified time
    Searched refs:isTopLevelRegion (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
RegionInfo.h 313 bool isTopLevelRegion() const { return exit == NULL; }
  /external/llvm/lib/Analysis/
RegionInfo.cpp 210 return !isTopLevelRegion() && getEnteringBlock() && getExitingBlock();
841 while (R->getEntry() == OldBB && !R->isTopLevelRegion()) {
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 846 if (R->isTopLevelRegion())

Completed in 258 milliseconds