Searched refs:BBI2 (Results 1 – 2 of 2) sorted by relevance
1374 BBInfo *BBI2 = &FalseBBI; in IfConvertDiamond() local1390 std::swap(BBI1, BBI2); in IfConvertDiamond()1405 MachineBasicBlock::iterator DI2 = BBI2->BB->getFirstNonDebugInstr(); in IfConvertDiamond()1407 BBI2->NonPredSize -= NumDups1; in IfConvertDiamond()1425 for (MachineBasicBlock::reverse_iterator I = BBI2->BB->rbegin(), in IfConvertDiamond()1436 BBI2->BB->erase(BBI2->BB->begin(), DI2); in IfConvertDiamond()1463 if (BBI2->IsBrAnalyzable) in IfConvertDiamond()1464 BBI2->NonPredSize -= TII->RemoveBranch(*BBI2->BB); in IfConvertDiamond()1465 DI2 = BBI2->BB->end(); in IfConvertDiamond()1469 assert (DI2 != BBI2->BB->begin()); in IfConvertDiamond()[all …]
1227 BBInfo *BBI2 = &FalseBBI; in IfConvertDiamond() local1243 std::swap(BBI1, BBI2); in IfConvertDiamond()1257 MachineBasicBlock::iterator DI2 = BBI2->BB->begin(); in IfConvertDiamond()1259 MachineBasicBlock::iterator DIE2 = BBI2->BB->end(); in IfConvertDiamond()1266 BBI2->NonPredSize -= NumDups1; in IfConvertDiamond()1282 BBI2->BB->erase(BBI2->BB->begin(), DI2); in IfConvertDiamond()1300 BBI2->NonPredSize -= TII->RemoveBranch(*BBI2->BB); in IfConvertDiamond()1301 DI2 = BBI2->BB->end(); in IfConvertDiamond()1305 assert (DI2 != BBI2->BB->begin()); in IfConvertDiamond()1311 PredicateBlock(*BBI2, DI2, *Cond2, Redefs); in IfConvertDiamond()[all …]