reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1871 for (; !OI->isTerminator() && !NI->isTerminator(); ++OI, ++NI) { 1871 for (; !OI->isTerminator() && !NI->isTerminator(); ++OI, ++NI) { 1872 while (OI->isPHI() || OI->isFullCopy()) 1872 while (OI->isPHI() || OI->isFullCopy()) 1873 ++OI; 1876 assert(OI->getOpcode() == NI->getOpcode() && "Opcodes don't match?!"); 1878 for (auto OOpI = OI->operands_begin(), NOpI = NI->operands_begin(); 1879 OOpI != OI->operands_end(); ++OOpI, ++NOpI)