Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:SSB

842   MachineBasicBlock *SSB = 0;
859 // Find this successor (SSB) if it exists.
861 assert(!SSB);
862 SSB = T;
872 assert(!SSB || SSB == FP.JoinB);
894 if (SSB) {
897 // or FalseB block is null). SSB is the potential successor block
900 .addMBB(SSB);
901 FP.SplitB->addSuccessor(SSB);
914 // Nothing to update in SSB, since SSB's predecessors haven't changed.