Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DRegionInfo.h778 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;
DRegionInfoImpl.h872 typename Tr::RegionT *RegionInfoBase<Tr>::getCommonRegion(RegionT *A, in getCommonRegion() function
887 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()