Home | History | Annotate | Download | only in compiler

Lines Matching defs:insertion_point

732     BasicBlock* insertion_point = entry->rpo_next();
733 BasicBlock* order = insertion_point;
781 order = insertion_point;
875 for (BasicBlock* b = order; b != insertion_point; b = b->rpo_next()) {