Home
last modified time | relevance | path

Searched refs:DI2 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DIfConversion.cpp1263 MachineBasicBlock::iterator DI2 = BBI2->BB->begin(); in IfConvertDiamond() local
1269 while (DI2 != DIE2 && DI2->isDebugValue()) in IfConvertDiamond()
1270 ++DI2; in IfConvertDiamond()
1281 ++DI2; in IfConvertDiamond()
1282 if (!DI2->isDebugValue()) in IfConvertDiamond()
1288 BBI2->BB->erase(BBI2->BB->begin(), DI2); in IfConvertDiamond()
1306 DI2 = BBI2->BB->end(); in IfConvertDiamond()
1310 assert (DI2 != BBI2->BB->begin()); in IfConvertDiamond()
1311 --DI2; in IfConvertDiamond()
1313 if (!DI2->isDebugValue()) in IfConvertDiamond()
[all …]