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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1838 MachineBasicBlock::iterator DI2 = MBB2.getFirstNonDebugInstr(); local
1854 if (DI2->shouldUpdateCallSiteInfo())
1855 MBB2.getParent()->eraseCallSiteInfo(&*DI2);
1857 ++DI2;
1858 if (DI2 == MBB2.end())
1860 if (!DI2->isDebugInstr())
1872 MBB2.erase(MBB2.begin(), DI2);
1912 DI2 = BBI2->BB->end();
1918 // Make DI2 point to the end of the range where the common "tail"
1920 while (DI2 !
[all...]

Completed in 110 milliseconds