reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 3249     assert(UseI != UserInst->op_end() && "cannot find IV operand");
 3250     if (IVIncSet.count(UseI)) {
 3251       LLVM_DEBUG(dbgs() << "Use is in profitable chain: " << **UseI << '\n');