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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.cpp83 if (!is_killed(entry->value())) {
119 if (!is_killed(f) && f->is_equal(x)) {
242 tty->print("%s %c%d (%s%d) -> ", value->name(), value->type()->tchar(), value->id(), is_killed(value) ? "x" : "", entry->nesting());
H A Dc1_ValueMap.hpp97 bool is_killed(Value v) { if (is_global_value_numbering()) return _killed_values.contains(v); else return false; } function in class:ValueMap
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp416 bool is_killed() { return in(TypeFunc::Control) == NULL; } function in class:SafePointNode
H A DgraphKit.cpp157 assert(dead_map->is_killed(), "must be so marked");

Completed in 296 milliseconds