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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp312 const Expr *icost, const char *irule, Dict &operands_chained_from, ProductionState &status) {
320 if( debug_output ) { fprintf(fp, "// chain rules starting from: %s and %s \n", (char *)operand, (char *)irule); } // %%%%% Explanation
341 const char *reduce_rule = strcmp(irule,"Invalid") ? irule : rule;
343 chain_rule(fp, indent, result, total_cost, irule, operands_chained_from, status);
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 34 milliseconds