Searched defs:is_killed (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/c1/
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
/openjdk9/hotspot/src/share/vm/opto/
H A Dcallnode.hpp424 bool is_killed() { return in(TypeFunc::Control) == NULL; } function in class:SafePointNode

Completed in 27 milliseconds