Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IV

766   std::pair<DenseMap<BasicBlock*, char>::iterator, char> IV =
770 if (!IV.second) {
773 if (IV.first->second == 2)
774 IV.first->second = 3;
775 return IV.first->second != 0;