Searched refs:BBI2 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 1374 BBInfo *BBI2 = &FalseBBI; in IfConvertDiamond() local 1390 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 …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 1227 BBInfo *BBI2 = &FalseBBI; in IfConvertDiamond() local 1243 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 1678 BBInfo *BBI2 = &FalseBBI; in IfConvertDiamondCommon() local 1695 std::swap(BBI1, BBI2); in IfConvertDiamondCommon() 1703 MachineBasicBlock &MBB2 = *BBI2->BB; in IfConvertDiamondCommon() 1722 BBI2->NonPredSize -= NumDups1; in IfConvertDiamondCommon() 1776 DI2 = BBI2->BB->end(); in IfConvertDiamondCommon() 1780 BBI2->NonPredSize -= TII->removeBranch(*BBI2->BB); in IfConvertDiamondCommon() 1858 if (BB2NonPredicated && (BB1Predicated || !BBI2->IsBrAnalyzable)) in IfConvertDiamondCommon() 1863 PredicateBlock(*BBI2, DI2, *Cond2); in IfConvertDiamondCommon() 1867 MergeBlocks(BBI, *BBI2, MergeAddEdges); in IfConvertDiamondCommon()
|