Lines Matching defs:JumpMBB
1010 MachineBasicBlock *JumpMBB = JT->MBB;
1011 CurMF->insert(BBI, JumpMBB);
1019 JumpMBB);
1026 // update the probability on the edge from JumpMBB to Fallthrough.
1027 for (MachineBasicBlock::succ_iterator SI = JumpMBB->succ_begin(),
1028 SE = JumpMBB->succ_end();
1033 JumpMBB->setSuccProbability(SI, DefaultProb / 2);
1034 JumpMBB->normalizeSuccProbs();
1038 JumpMBB);
1047 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb);