Searched defs:is_def (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | archDesc.cpp | 47 static bool is_def(int usedef) { function
|
H A D | output_c.cpp | 30 static bool is_def(int usedef) { function 1680 if((eform) && (is_def(eform->_use_def))) {
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | output.cpp | 2658 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 );
|
Completed in 44 milliseconds