Searched refs:JumpMBB (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp649 MachineBasicBlock *JumpMBB = JT->MBB; local
650 CurMF->insert(BBI, JumpMBB);
658 JumpMBB);
665 // update the probability on the edge from JumpMBB to Fallthrough.
666 for (MachineBasicBlock::succ_iterator SI = JumpMBB->succ_begin(),
667 SE = JumpMBB->succ_end();
672 JumpMBB->setSuccProbability(SI, DefaultProb / 2);
673 JumpMBB->normalizeSuccProbs();
677 JumpMBB);
687 addSuccessorWithProb(CurMBB, JumpMBB, JumpPro
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10242 MachineBasicBlock *JumpMBB = JT->MBB; local
10243 CurMF->insert(BBI, JumpMBB);
10250 // update the probability on the edge from JumpMBB to Fallthrough.
10251 for (MachineBasicBlock::succ_iterator SI = JumpMBB->succ_begin(),
10252 SE = JumpMBB->succ_end();
10257 JumpMBB->setSuccProbability(SI, DefaultProb / 2);
10258 JumpMBB->normalizeSuccProbs();
10270 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb);

Completed in 80 milliseconds