Lines Matching refs:SBB
910 MachineBasicBlock* SBB = *BI; in findFastExitPath() local
912 if (SBB->succ_size() > 1) { in findFastExitPath()
916 exitPath += "->" + getBasicBlockName(SBB); in findFastExitPath()
968 MachineBasicBlock* SBB = *BI; in verifySpillRestorePlacement() local
969 if (SBB == MBB) in verifySpillRestorePlacement()
973 if (CSRSave[SBB].intersects(spilled) && in verifySpillRestorePlacement()
974 !restored.contains(CSRSave[SBB] & spilled)) in verifySpillRestorePlacement()
978 if (CSRRestore[SBB].intersects(spilled)) in verifySpillRestorePlacement()
979 restored |= (CSRRestore[SBB] & spilled); in verifySpillRestorePlacement()
983 if (isReturnBlock(SBB) || SBB->succ_size() == 0) { in verifySpillRestorePlacement()
990 << getBasicBlockName(SBB) << "\n"); in verifySpillRestorePlacement()