Lines Matching refs:SBB
911 MachineBasicBlock* SBB = *BI; in findFastExitPath() local
913 if (SBB->succ_size() > 1) { in findFastExitPath()
917 exitPath += "->" + getBasicBlockName(SBB); in findFastExitPath()
969 MachineBasicBlock* SBB = *BI; in verifySpillRestorePlacement() local
970 if (SBB == MBB) in verifySpillRestorePlacement()
974 if (CSRSave[SBB].intersects(spilled) && in verifySpillRestorePlacement()
975 !restored.contains(CSRSave[SBB] & spilled)) in verifySpillRestorePlacement()
979 if (CSRRestore[SBB].intersects(spilled)) in verifySpillRestorePlacement()
980 restored |= (CSRRestore[SBB] & spilled); in verifySpillRestorePlacement()
984 if (isReturnBlock(SBB) || SBB->succ_size() == 0) { in verifySpillRestorePlacement()
991 << getBasicBlockName(SBB) << "\n"); in verifySpillRestorePlacement()