Home
last modified time | relevance | path

Searched refs:addSubRegion (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionInfo.cpp330 void Region::addSubRegion(Region *SubRegion, bool moveChildren) { in addSubRegion() function in Region
605 newRegion->addSubRegion(lastRegion); in findRegionsWithEntry()
656 region->addSubRegion(getTopMostParent(newRegion)); in buildRegionsTree()
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h376 void RegionBase<Tr>::addSubRegion(RegionT *SubRegion, bool moveChildren) { in addSubRegion() function
702 newRegion->addSubRegion(lastRegion); in findRegionsWithEntry()
755 region->addSubRegion(getTopMostParent(newRegion)); in buildRegionsTree()
DRegionInfo.h514 void addSubRegion(RegionT *SubRegion, bool moveChildren = false);
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DRegionInfo.h435 void addSubRegion(Region *SubRegion, bool moveChildren = false);