Lines Matching defs:PredBr
120 // [Branch PredBr]
173 BranchInst *PredBr = dyn_cast<BranchInst>(PredBB->getTerminator());
174 if (PredBr && PredBr->isConditional())
209 BranchInst *PredBr = dyn_cast<BranchInst>(PredBB->getTerminator());
210 if (!PredBr)
218 if (extractBranchWeights(*PredBr, PredTrueWeight, PredFalseWeight))
227 if (PredBr->getSuccessor(0) == PredOutEdge.second) {
234 setBranchWeights(*PredBr, Weights, hasBranchWeightOrigin(*PredBr));
1739 if (BranchInst *PredBr = dyn_cast<BranchInst>(PredBB->getTerminator()))
1740 if (PredBr->isUnconditional()) {