Searched refs:getCommonRegion (Results 1 – 2 of 2) sorted by relevance
841 RegionT *getCommonRegion(RegionT *A, RegionT *B) const;848 RegionT *getCommonRegion(BlockT *A, BlockT *B) const {849 return getCommonRegion(getRegionFor(A), getRegionFor(B));856 RegionT *getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const;862 RegionT *getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const;
840 typename Tr::RegionT *RegionInfoBase<Tr>::getCommonRegion(RegionT *A, in getCommonRegion() function855 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const { in getCommonRegion() function859 ret = getCommonRegion(ret, R); in getCommonRegion()866 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const { in getCommonRegion() function871 ret = getCommonRegion(ret, getRegionFor(BB)); in getCommonRegion()