Home | History | Annotate | Download | only in optimizing

Lines Matching full:env_uses

1659         const HUseList<HEnvironment*>& env_uses = instruction->GetEnvUses();
1660 for (auto it2 = env_uses.begin(), end2 = env_uses.end(); it2 != end2; /* ++it2 below */) {