Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h859 typename Tr::RegionT *RegionInfoBase<Tr>::getCommonRegion(RegionT *A, in getCommonRegion() function
874 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const { in getCommonRegion() function
878 ret = getCommonRegion(ret, R); in getCommonRegion()
885 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const { in getCommonRegion() function
890 ret = getCommonRegion(ret, getRegionFor(BB)); in getCommonRegion()