HomeSort by: relevance | last modified time | path
    Searched defs:DI2 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IfConversion.cpp 1838 MachineBasicBlock::iterator DI2 = MBB2.getFirstNonDebugInstr(false);
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 != MBB2.begin())
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
v850-opc.c 1080 #define DI2 (VC1 + 1)
1084 #define VI2 (DI2 + 1)
  /src/external/gpl3/binutils.old/dist/opcodes/
v850-opc.c 1080 #define DI2 (VC1 + 1)
1084 #define VI2 (DI2 + 1)
  /src/external/gpl3/gdb/dist/opcodes/
v850-opc.c 1080 #define DI2 (VC1 + 1)
1084 #define VI2 (DI2 + 1)
  /src/external/gpl3/gdb.old/dist/opcodes/
v850-opc.c 1080 #define DI2 (VC1 + 1)
1084 #define VI2 (DI2 + 1)

Completed in 41 milliseconds