Searched refs:trunc1 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp341 Node* trunc1 = NULL; local
344 if (!(incr = CountedLoopNode::match_incr_with_optional_truncation(incr, &trunc1, &trunc2, &iv_trunc_t))) {
373 if (trunc1 == NULL && phi->in(LoopNode::LoopBackControl) != incr ||
374 trunc1 != NULL && phi->in(LoopNode::LoopBackControl) != trunc1) {
381 assert(trunc1 != NULL, "must have found some truncation");
411 assert(trunc1 == NULL && trunc2 == NULL, "no truncation for int");
1005 Node* expr, Node** trunc1, Node** trunc2, const TypeInt** trunc_type) {
1046 *trunc1 = t1;
1004 match_incr_with_optional_truncation( Node* expr, Node** trunc1, Node** trunc2, const TypeInt** trunc_type) argument
H A Dloopopts.cpp1536 Node* trunc1 = NULL; local
1559 &trunc1, &trunc2, &ttype);
1569 &trunc1, &trunc2, &ttype);
H A Dloopnode.hpp183 static Node* match_incr_with_optional_truncation(Node* expr, Node** trunc1, Node** trunc2, const TypeInt** trunc_type);

Completed in 54 milliseconds