Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h689 RegionT *newRegion = createRegion(entry, exit); in findRegionsWithEntry() local
692 newRegion->addSubRegion(lastRegion); in findRegionsWithEntry()
694 lastRegion = newRegion; in findRegionsWithEntry()
745 RegionT *newRegion = it->second; in buildRegionsTree() local
746 region->addSubRegion(getTopMostParent(newRegion)); in buildRegionsTree()
747 region = newRegion; in buildRegionsTree()