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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp122 bool cost_is_below_lower_bound = false; // true if this production replaces a higher cost production local
136 cost_is_below_lower_bound = true;
156 } else if( cost_is_below_lower_bound ) {
169 if( cost_is_below_lower_bound ) { fprintf(fp, "\t // overwrites higher cost rule"); }

Completed in 54 milliseconds