Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h841 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;
H A DRegionInfoImpl.h840 typename Tr::RegionT *RegionInfoBase<Tr>::getCommonRegion(RegionT *A, in getCommonRegion() function
855 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const { in getCommonRegion() function
859 ret = getCommonRegion(ret, R); in getCommonRegion()
866 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const { in getCommonRegion() function
871 ret = getCommonRegion(ret, getRegionFor(BB)); in getCommonRegion()