Searched refs:BottomBlock (Results 1 – 1 of 1) sorted by relevance
548 bool canMoveBottomBlockToTop(const MachineBasicBlock *BottomBlock,2007 const MachineBasicBlock *BottomBlock, const MachineBasicBlock *OldTop) { in canMoveBottomBlockToTop() argument2008 if (BottomBlock->pred_size() != 1) in canMoveBottomBlockToTop()2010 MachineBasicBlock *Pred = *BottomBlock->pred_begin(); in canMoveBottomBlockToTop()2015 if (OtherBB == BottomBlock) in canMoveBottomBlockToTop()