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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopPredicate.cpp354 ProjNode* limit_check_proj = NULL; local
356 limit_check_proj = find_predicate_insertion_point(entry, Deoptimization::Reason_loop_limit_check);
357 if (limit_check_proj != NULL) {
375 if (limit_check_proj != NULL && clone_limit_check) {
379 new_entry = clone_predicate(limit_check_proj, new_entry,
H A Dloopnode.cpp490 ProjNode *limit_check_proj = find_predicate_insertion_point(init_control, Deoptimization::Reason_loop_limit_check); local
491 if (!limit_check_proj) {
503 IfNode* check_iff = limit_check_proj->in(0)->as_If();

Completed in 404 milliseconds