Home | History | Annotate | Download | only in Scalar

Lines Matching refs:BaseIt

1062     auto BaseIt = nextInstr(0, Uses, Visited);
1066 while (BaseIt != Uses.end() && RootIt != Uses.end()) {
1067 Instruction *BaseInst = BaseIt->first;
1074 BaseIt = nextInstr(0, Uses, Visited);
1247 BaseIt = nextInstr(0, Uses, Visited);
1250 assert (BaseIt == Uses.end() && RootIt == Uses.end() &&