Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DRegionInfo.h846 RegionT *getCommonRegion(RegionT *A, RegionT *B) const;
853 RegionT *getCommonRegion(BlockT *A, BlockT *B) const {
854 return getCommonRegion(getRegionFor(A), getRegionFor(B));
861 RegionT *getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const;
867 RegionT *getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const;
H A DRegionInfoImpl.h877 typename Tr::RegionT *RegionInfoBase<Tr>::getCommonRegion(RegionT *A, in getCommonRegion() function
892 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const { in getCommonRegion() function
897 ret = getCommonRegion(ret, R); in getCommonRegion()
904 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<BlockT *> &BBs) const { in getCommonRegion() function
909 ret = getCommonRegion(ret, getRegionFor(BB)); in getCommonRegion()