Searched refs:noUse (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.hpp91 add_temp(reg_num(opr), op_id, noUse, T_ILLEGAL); local
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp992 if (use_kind == noUse && interval->spill_state() <= startInMemory) {
1042 // This interval will always get a stack slot first, so return noUse.
1043 return noUse;
1047 return noUse;
1062 return noUse;
1217 add_temp(address->base(), op->id(), noUse);
1220 add_temp(address->index(), op->id(), noUse);
1338 add_use(number, block_from, block_to + 2, noUse, T_ILLEGAL);
1365 add_temp(caller_save_registers[k], op_id, noUse, T_ILLEGAL);
1406 add_use(value, block_from, op_id + 1, noUse);
[all...]
H A Dc1_LinearScan.hpp62 noUse = 0, enumerator in enum:IntervalUseKind

Completed in 42 milliseconds