Searched refs:getCommonRegion (Results 1 – 2 of 2) sorted by relevance
846 RegionT *getCommonRegion(RegionT *A, RegionT *B) const;853 RegionT *getCommonRegion(BlockT *A, BlockT *B) const {854 return getCommonRegion(getRegionFor(A), getRegionFor(B));861 RegionT *getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const;867 RegionT *getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const;
877 typename Tr::RegionT *RegionInfoBase<Tr>::getCommonRegion(RegionT *A, in getCommonRegion() function892 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const { in getCommonRegion() function897 ret = getCommonRegion(ret, R); in getCommonRegion()904 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const { in getCommonRegion() function909 ret = getCommonRegion(ret, getRegionFor(BB)); in getCommonRegion()