reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1325 if (BBI == CI->getParent()->begin()) 1327 --BBI; 1328 for (int I = MaxScan; I > 0 && BBI != CBB->begin(); --BBI, --I) { 1328 for (int I = MaxScan; I > 0 && BBI != CBB->begin(); --BBI, --I) { 1329 if (cast<Instruction>(BBI) == XI) {