Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MBPI

190   const MachineBranchProbabilityInfo *MBPI;
358 // the MBPI analysis, we manually compute probabilities using the edge
361 // improve the MBPI interface to efficiently support query patterns such as
365 uint32_t SumWeight = MBPI->getSumForBlock(BB, WeightScale);
380 uint32_t SuccWeight = MBPI->getEdgeWeight(BB, Succ);
426 MBFI->getBlockFreq(Pred) * MBPI->getEdgeProbability(Pred, Succ);
676 // the MBPI analysis, we use the internal weights and manually compute the
679 uint32_t SumWeight = MBPI->getSumForBlock(MBB, WeightScale);
693 uint32_t SuccWeight = MBPI->getEdgeWeight(MBB, Succ);
1040 MBPI->getEdgeWeight(PrevBB, FBB) > MBPI->getEdgeWeight(PrevBB, TBB) &&
1044 DEBUG(dbgs() << " Edge weight: " << MBPI->getEdgeWeight(PrevBB, FBB)
1045 << " vs " << MBPI->getEdgeWeight(PrevBB, TBB) << "\n");
1121 MBPI->getEdgeProbability(LayoutPred, ChainBB);
1136 MBPI = &getAnalysis<MachineBranchProbabilityInfo>();
1168 const MachineBranchProbabilityInfo *MBPI;
1204 MBPI = &getAnalysis<MachineBranchProbabilityInfo>();
1219 BlockFreq * MBPI->getEdgeProbability(&MBB, Succ);