Searched refs:getBottom (Results 1 – 4 of 4) sorted by relevance
45 MachineBasicBlock *SortRegionInfo::getBottom(const SortRegion *R) { in getBottom() function in SortRegionInfo47 return getBottom(MLI.getLoopFor(R->getHeader())); in getBottom()49 return getBottom(WEI.getExceptionFor(R->getHeader())); in getBottom()52 MachineBasicBlock *SortRegionInfo::getBottom(const MachineLoop *ML) { in getBottom() function in SortRegionInfo64 MachineBasicBlock *ExBottom = getBottom(WEI.getExceptionFor(MBB)); in getBottom()72 MachineBasicBlock *SortRegionInfo::getBottom(const WebAssemblyException *WE) { in getBottom() function in SortRegionInfo
82 MachineBasicBlock *getBottom(const SortRegion *R);83 MachineBasicBlock *getBottom(const MachineLoop *ML);84 MachineBasicBlock *getBottom(const WebAssemblyException *WE);
373 while (OnStack.size() > 1 && &MBB == SRI.getBottom(OnStack.back())) in sortBlocks()
410 MachineBasicBlock *Bottom = SRI.getBottom(Loop); in placeLoopMarker()491 MachineBasicBlock *Bottom = SRI.getBottom(WE); in placeTryMarker()