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

  /external/llvm/include/llvm/Analysis/
RegionInfo.h 234 /// verifyRegionNest - Verify if the region and its children are valid
236 void verifyRegionNest() const;
  /external/llvm/lib/Analysis/
RegionInfo.cpp 241 void Region::verifyRegionNest() const {
243 (*RI)->verifyRegionNest();
710 TopLevelRegion->verifyRegionNest();

Completed in 774 milliseconds