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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp1086 //------------------------------clone_cmp--------------------------------------
1088 static Node *clone_cmp( Node *cmp, Node *cmp1, Node *cmp2, PhaseGVN *gvn, BoolTest::mask test ) { function
1256 // return clone_cmp( cmp, cmp1->in(1), cmp2, phase, BoolTest::lt );
1259 // return clone_cmp( cmp, cmp1, cmp2->in(1), phase, BoolTest::lt );
1263 // return clone_cmp( cmp, cmp1->in(1), cmp2, phase, BoolTest::le );
1266 // return clone_cmp( cmp, cmp1, cmp2->in(1), phase, BoolTest::le );

Completed in 41 milliseconds