Searched defs:true_prob (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | parse2.cpp | 1121 float true_prob = (taken_if_true ? prob : untaken_prob); local 1122 IfNode* iff = create_and_map_if(control(), tst, true_prob, cnt);
|
H A D | library_call.cpp | 129 Node* generate_guard(Node* test, RegionNode* region, float true_prob); 857 Node* LibraryCallKit::generate_guard(Node* test, RegionNode* region, float true_prob) { argument 870 IfNode* iff = create_and_map_if(control(), test, true_prob, COUNT_UNKNOWN);
|
Completed in 3784 milliseconds