src/share/vm/opto/cfgnode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6667595 Cdiff src/share/vm/opto/cfgnode.hpp

src/share/vm/opto/cfgnode.hpp

Print this page

        

*** 160,169 **** --- 160,171 ---- DEBUG_ONLY(const Node* r = _in[Region];) assert(r != NULL && r->is_Region(), "Not valid control"); return NULL; // not a copy! } + bool is_tripcount() const; + // Determine a unique non-trivial input, if any. // Ignore casts if it helps. Return NULL on failure. Node* unique_input(PhaseTransform *phase); // Check for a simple dead loop.
src/share/vm/opto/cfgnode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File