reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineBlockPlacement.cpp
 3143     BlockFrequency BlockFreq = MBFI->getBlockFreq(&MBB);
 3145         (MBB.succ_size() > 1) ? NumCondBranches : NumUncondBranches;
 3147         (MBB.succ_size() > 1) ? CondBranchTakenFreq : UncondBranchTakenFreq;
 3148     for (MachineBasicBlock *Succ : MBB.successors()) {
 3150       if (MBB.isLayoutSuccessor(Succ))
 3154           BlockFreq * MBPI->getEdgeProbability(&MBB, Succ);