Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Visit

156 void ReferenceTypePropagation::Visit(HInstruction* instruction) {
164 // To properly propagate type info we need to visit in the dominator-based order.
681 // doing a reverse post-order visit, therefore either the phi users are
682 // non-loop phi and will be visited later in the visit, or are loop-phis,