Searched refs:verifyRegionNest (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h234 /// verifyRegionNest - Verify if the region and its children are valid
236 void verifyRegionNest() const;
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp274 void Region::verifyRegionNest() const { function in class:Region
276 (*RI)->verifyRegionNest();
743 TopLevelRegion->verifyRegionNest();

Completed in 72 milliseconds