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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.hpp144 bool is_dontcare( Node *n ) { return _dontcare.test(n->_idx) != 0; } function in class:Matcher
H A DidealGraphPrinter.cpp460 if (C->matcher()->is_dontcare(node)) {
461 print_prop("is_dontcare", "true");
463 print_prop("is_dontcare", "false");
H A Dmatcher.cpp999 if (!is_dontcare(n)) { // Matcher can match this guy

Completed in 2001 milliseconds