Searched refs:getCommonRegion (Results 1 – 2 of 2) sorted by relevance
778 RegionT *getCommonRegion(RegionT *A, RegionT *B) const;785 RegionT *getCommonRegion(BlockT *A, BlockT *B) const {786 return getCommonRegion(getRegionFor(A), getRegionFor(B));793 RegionT *getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const;799 RegionT *getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const;
872 typename Tr::RegionT *RegionInfoBase<Tr>::getCommonRegion(RegionT *A, in getCommonRegion() function887 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const { in getCommonRegion() function892 ret = getCommonRegion(ret, R); in getCommonRegion()899 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const { in getCommonRegion() function904 ret = getCommonRegion(ret, getRegionFor(BB)); in getCommonRegion()