Home | History | Annotate | Download | only in Analysis

Lines Matching refs:BI

4571   if (BranchInst *BI = dyn_cast<BranchInst>(Term)) {
4572 assert(BI->isConditional() && "If unconditional, it can't be in loop!");
4574 return ComputeExitLimitFromCond(L, BI->getCondition(), BI->getSuccessor(0),
4575 BI->getSuccessor(1),
5883 if (const Instruction *BI = dyn_cast<Instruction>(BU->getValue()))
5884 if (AI->isIdenticalTo(BI) && !AI->mayReadFromMemory())