reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
274 for (unsigned i = 1; i < candidate->getNumOperands(); i++) { 275 if (candidate->mayStore() || candidate->isBranch()) 275 if (candidate->mayStore() || candidate->isBranch()) 278 MachineOperand &MO = candidate->getOperand(i); 288 for (unsigned i = 0; i < candidate->getNumOperands(); i++) { 290 if (!candidate->mayStore() && !candidate->isBranch()) 290 if (!candidate->mayStore() && !candidate->isBranch()) 293 MachineOperand &MO = candidate->getOperand(i);