Searched refs:is_def (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.hpp186 void anti_do_def( Block *b, Node *def, OptoReg::Name def_reg, int is_def );
H A Doutput.cpp2658 void Scheduling::anti_do_def( Block *b, Node *def, OptoReg::Name def_reg, int is_def ) {
2664 is_def ) { // Check for a true def (not a kill)
2797 int is_def = n->outcnt(); // def if some uses prior to adding precedence edges local
2801 // hence the is_def flag.
2807 anti_do_def( b, n, kill, is_def );
2811 anti_do_def( b, n, _regalloc->get_reg_first(n), is_def );
2812 anti_do_def( b, n, _regalloc->get_reg_second(n), is_def );
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp47 static bool is_def(int usedef) { function
H A Doutput_c.cpp30 static bool is_def(int usedef) { function
1680 if((eform) && (is_def(eform->_use_def))) {
H A Dformssel.cpp1074 extern bool is_def(int usedef);

Completed in 130 milliseconds