Lines Matching defs:MBP
4002 MachineBranchPredicate &MBP,
4008 if (analyzeBranchImpl(MBB, MBP.TrueDest, MBP.FalseDest, Cond, CondBranches,
4015 assert(MBP.TrueDest && "expected!");
4017 if (!MBP.FalseDest)
4018 MBP.FalseDest = MBB.getNextNode();
4044 MBP.ConditionDef = ConditionDef;
4045 MBP.SingleUseCondition = SingleUseCondition;
4059 MBP.LHS = ConditionDef->getOperand(0);
4060 MBP.RHS = MachineOperand::CreateImm(0);
4061 MBP.Predicate = Cond[0].getImm() == X86::COND_NE