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

/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.cpp1088 double icost = lrgs(i)._cost; local
1103 ( (ibound && !bound) || ibound == bound && (icost < cost) )) ) {
1107 cost = icost;
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp312 const Expr *icost, const char *irule, Dict &operands_chained_from, ProductionState &status) {
324 // printf("\nChain from <%s> at cost #%s\n",operand, icost ? icost : "_");
332 // total_cost = icost + cost;
333 Expr *total_cost = icost->clone(); // icost + cost
311 chain_rule(FILE *fp, const char *indent, const char *operand, const Expr *icost, const char *irule, Dict &operands_chained_from, ProductionState &status) argument

Completed in 44 milliseconds