Lines Matching defs:MBP
3948 MachineBranchPredicate &MBP,
3954 if (analyzeBranchImpl(MBB, MBP.TrueDest, MBP.FalseDest, Cond, CondBranches,
3961 assert(MBP.TrueDest && "expected!");
3963 if (!MBP.FalseDest)
3964 MBP.FalseDest = MBB.getNextNode();
3990 MBP.ConditionDef = ConditionDef;
3991 MBP.SingleUseCondition = SingleUseCondition;
4005 MBP.LHS = ConditionDef->getOperand(0);
4006 MBP.RHS = MachineOperand::CreateImm(0);
4007 MBP.Predicate = Cond[0].getImm() == X86::COND_NE