Searched refs:getRegionFor (Results 1 – 8 of 8) sorted by relevance
320 RegionT *R = RI->getRegionFor(BB); in getSubRegionNode()441 RegionT *R = RI->getRegionFor(exit); in getExpandedRegion()533 if (getRegionFor(BB) != R) in verifyBBMap()784 typename Tr::RegionT *RegionInfoBase<Tr>::getRegionFor(BlockT *BB) const { in getRegionFor() function795 return getRegionFor(BB);805 RegionT *R = getRegionFor(BB); in getMaxRegionExit()819 RegionT *ExitR = getRegionFor(Exit); in getMaxRegionExit()867 RegionT *ret = getRegionFor(BBs.back()); in getCommonRegion()871 ret = getCommonRegion(ret, getRegionFor(BB)); in getCommonRegion()
815 RegionT *getRegionFor(BlockT *BB) const;849 return getCommonRegion(getRegionFor(A), getRegionFor(B));
225 const SortRegion *R = SRI.getRegionFor(MBB); in sortBlocks()344 const SortRegion *Region = SRI.getRegionFor(&MBB); in sortBlocks()370 assert(OnStack.count(SRI.getRegionFor(&MBB)) && in sortBlocks()
77 const SortRegion *getRegionFor(const MachineBasicBlock *MBB);
17 const SortRegion *SortRegionInfo::getRegionFor(const MachineBasicBlock *MBB) { in getRegionFor() function in SortRegionInfo
73 Region *R = G->getRegionFor(destBB); in getEdgeAttributes()113 if (RI.getRegionFor(BB) == &R) in printRegionCluster()
522 Region *R = RI->getRegionFor(P); in gatherPredicates()
730 bool EntryInSubregion = RI.getRegionFor(Entry) != R; in findScope()