Searched defs:first_not_peeled (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopopts.cpp2397 Node* first_not_peeled = stay_in_loop(last_peel, loop); local
2398 if (first_not_peeled == NULL || first_not_peeled == head) {
2559 assert(first_not_peeled->in(0) == last_peel, "last_peel <- first_not_peeled");
2560 first_not_peeled->set_req(0, new_head);
2564 set_idom(new_head, last_peel, dom_depth(first_not_peeled));
2565 set_idom(first_not_peeled, new_head, dom_depth(first_not_peeled));

Completed in 40 milliseconds