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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp129 virtual bool needs_projections();
H A Doutput_h.cpp1764 if( instr->expands() || instr->needs_projections() ||
H A Doutput_c.cpp1699 if( ! node->expands() && (node->needs_projections() || node->has_temps())) {
3059 if( instr->expands() || instr->needs_projections() ||
H A Dformssel.cpp114 bool InstructForm::needs_projections() { function in class:InstructForm

Completed in 67 milliseconds