Lines Matching defs:PredBr
118 // [Branch PredBr]
171 BranchInst *PredBr = dyn_cast<BranchInst>(PredBB->getTerminator());
172 if (PredBr && PredBr->isConditional())
207 BranchInst *PredBr = dyn_cast<BranchInst>(PredBB->getTerminator());
208 if (!PredBr)
216 if (extractBranchWeights(*PredBr, PredTrueWeight, PredFalseWeight))
225 if (PredBr->getSuccessor(0) == PredOutEdge.second) {
232 setBranchWeights(*PredBr, Weights, hasBranchWeightOrigin(*PredBr));
1738 if (BranchInst *PredBr = dyn_cast<BranchInst>(PredBB->getTerminator()))
1739 if (PredBr->isUnconditional()) {