Home | History | Annotate | Download | only in Alpha

Lines Matching refs:thisMBB

886   MachineBasicBlock *thisMBB = BB;
891 sinkMBB->splice(sinkMBB->begin(), thisMBB,
893 thisMBB->end());
894 sinkMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
899 BuildMI(thisMBB, dl, TII->get(Alpha::BR)).addMBB(llscMBB);
940 thisMBB->addSuccessor(llscMBB);