Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfo.h843 RegionT *getCommonRegion(RegionT *A, RegionT *B) const;
850 RegionT *getCommonRegion(BlockT *A, BlockT *B) const {
851 return getCommonRegion(getRegionFor(A), getRegionFor(B));
858 RegionT *getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const;
864 RegionT *getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const;
H A DRegionInfoImpl.h873 typename Tr::RegionT *RegionInfoBase<Tr>::getCommonRegion(RegionT *A, in getCommonRegion() function
888 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const { in getCommonRegion() function
892 ret = getCommonRegion(ret, R); in getCommonRegion()
899 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const { in getCommonRegion() function
904 ret = getCommonRegion(ret, getRegionFor(BB)); in getCommonRegion()