Home | History | Annotate | Download | only in Analysis

Lines Matching defs:BI

300   BranchInst * BI = dyn_cast<BranchInst>(BB->getTerminator());
301 if (!BI || !BI->isConditional())
304 Value *Cond = BI->getCondition();
391 BranchInst * BI = dyn_cast<BranchInst>(BB->getTerminator());
392 if (!BI || !BI->isConditional())
395 Value *Cond = BI->getCondition();
473 BranchInst *BI = dyn_cast<BranchInst>(BB->getTerminator());
474 if (!BI || !BI->isConditional())
477 Value *Cond = BI->getCondition();
527 for (const auto &BI : *LastF) {
528 for (succ_const_iterator SI = succ_begin(&BI), SE = succ_end(&BI); SI != SE;
530 printEdgeProbability(OS << " ", &BI, *SI);