Home | History | Annotate | Download | only in Utils

Lines Matching defs:OpI

1530       Instruction *OpI = dyn_cast<Instruction>(*i);
1531 if (!OpI || OpI->getParent() != BB ||
1532 OpI->mayHaveSideEffects())
1535 ++SinkCandidateUseCounts[OpI];