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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsplit_if.cpp66 bool PhaseIdealLoop::split_up( Node *n, Node *blk1, Node *blk2 ) { argument
68 assert( n->in(0) != blk1, "Lousy candidate for split-if" );
71 if( get_ctrl(n) != blk1 && get_ctrl(n) != blk2 )
77 if( split_up( n->in(i), blk1, blk2 ) ) {
88 assert(get_ctrl(n) == blk2 || get_ctrl(n) == blk1, "must be in block with IF");
98 (get_ctrl(bol) == blk1 ||
103 (get_ctrl(cmov) == blk1 ||
120 if (use_c == blk1 || use_c == blk2) {
124 if (get_ctrl(bol) == blk1 || get_ctrl(bol) == blk2) {
177 set_ctrl(load,blk1);
[all...]

Completed in 60 milliseconds