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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1335 int false_path = 3 - true_path; local
1344 case BoolTest::le: cmp_zero_idx = 2; phi_x_idx = false_path; break;
1346 case BoolTest::ge: cmp_zero_idx = 1; phi_x_idx = false_path; break;

Completed in 86 milliseconds