Home | History | Annotate | Download | only in ARM

Lines Matching refs:BI

1248   const BranchInst *BI = cast<BranchInst>(I);
1249 MachineBasicBlock *TBB = FuncInfo.MBBMap[BI->getSuccessor(0)];
1250 MachineBasicBlock *FBB = FuncInfo.MBBMap[BI->getSuccessor(1)];
1256 if (const CmpInst *CI = dyn_cast<CmpInst>(BI->getCondition())) {
1283 } else if (TruncInst *TI = dyn_cast<TruncInst>(BI->getCondition())) {
1309 dyn_cast<ConstantInt>(BI->getCondition())) {
1316 unsigned CmpReg = getRegForValue(BI->getCondition());