Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h672 RegionT *newRegion = createRegion(entry, exit); in findRegionsWithEntry() local
675 newRegion->addSubRegion(lastRegion); in findRegionsWithEntry()
677 lastRegion = newRegion; in findRegionsWithEntry()
728 RegionT *newRegion = It->second; in buildRegionsTree() local
729 region->addSubRegion(getTopMostParent(newRegion)); in buildRegionsTree()
730 region = newRegion; in buildRegionsTree()