Searched refs:NodeSentinel (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp218 base = NodeSentinel;
219 index = NodeSentinel;
256 // Base has been set to NodeSentinel
348 if (base == NodeSentinel) return TypePtr::BOTTOM;
H A Dchaitin.hpp182 bool is_multidef() const { return _def == NodeSentinel; }
183 bool is_singledef() const { return _def != NodeSentinel; }
H A DbuildOopMap.cpp423 Node *fp = NodeSentinel;
490 if (base == NodeSentinel) {
H A Dpostaloc.cpp510 u = u ? NodeSentinel : x; // Capture unique input, or NodeSentinel for 2nd input
512 if( u != NodeSentinel ) { // Junk Phi. Remove
H A Dmemnode.cpp241 if (ctl && ctl->is_top()) return NodeSentinel;
260 return NodeSentinel; // caller will return NULL
265 if (phase->type( mem ) == Type::TOP) return NodeSentinel; // caller will return NULL
272 return NodeSentinel; // caller will return NULL
277 if (t_adr == Type::TOP) return NodeSentinel; // caller will return NULL
285 return NodeSentinel; // caller will return NULL
346 if (phase->type( mem ) == Type::TOP) return NodeSentinel;
1421 if (p) return (p == NodeSentinel) ? NULL : p;
2170 if (p) return (p == NodeSentinel) ? NULL : p;
2293 if (p) return (p == NodeSentinel)
[all...]
H A Dcfgnode.cpp1184 uncasted_input = NodeSentinel; // no unique uncasted input
1190 direct_input = NodeSentinel; // no unique direct input
1198 if (direct_input != NodeSentinel) {
1201 if (uncasted_input != NodeSentinel &&
H A Dmatcher.cpp1503 input_mem = NodeSentinel;
1531 (input_mem == NodeSentinel) ) {
1534 if( PrintOpto && (Verbose && WizardMode) && (input_mem == NodeSentinel)
H A Dgcm.cpp393 assert(base != NodeSentinel && index != NodeSentinel,
H A Dcoalesce.cpp618 ? NodeSentinel : src_def;
H A Dlcm.cpp212 if (base == NULL || base == NodeSentinel) {
H A Dnode.hpp171 #define NodeSentinel (Node*)-1 macro
H A DphaseX.cpp835 if( n->in(0) == NodeSentinel ) { // xform_idom
H A Dchaitin.cpp610 lrg._def = lrg._def ? NodeSentinel : n;
H A Dmacro.cpp1148 debug_only(slow_region = NodeSentinel);

Completed in 124 milliseconds