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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp183 if( must_clone[iop] ) {
459 if ( must_clone[iop] ) {
483 // See if this has a predecessor that is "must_clone", i.e. sets the
488 if (inn->is_Mach() && must_clone[inn->as_Mach()->ideal_Opcode()] ) {
H A Dgcm.cpp1117 extern const char must_clone[];
1220 if (mach != NULL && must_clone[mach->ideal_Opcode()])
H A Dmatcher.cpp81 _must_clone(must_clone), _proj_list(proj_list),
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp1172 fprintf(fp_hpp, "extern const char must_clone[];\n");
1178 fprintf(fp_cpp, "const char must_clone[] = {\n");
1180 int must_clone = 0; local
1196 // Removed ConI from the must_clone list. CPUs that cannot use
1198 // instruction. The must_clone flag prevents the constant from
1200 must_clone = 1;
1202 fprintf(fp_cpp, " %d%s // %s: %d\n", must_clone,

Completed in 61 milliseconds