Home | History | Annotate | Download | only in Mips

Lines Matching refs:thisMBB

530   //  thisMBB:
536 MachineBasicBlock *thisMBB = BB;
564 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
570 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB)
592 // thisMBB:
598 MachineBasicBlock *thisMBB = BB;
627 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
633 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB)
656 // thisMBB:
662 MachineBasicBlock *thisMBB = BB;
691 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
697 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB)