Home | History | Annotate | Download | only in Utils

Lines Matching defs:OpI

1450       Instruction *OpI = dyn_cast<Instruction>(*i);
1451 if (!OpI || OpI->getParent() != BB ||
1452 OpI->mayHaveSideEffects())
1455 ++SinkCandidateUseCounts[OpI];