MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / idom

Method idom

chapter10/src/main/java/com/seaofnodes/simple/node/Node.java:573–573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

571
572 // Return the immediate dominator of this Node.
573 Node idom() { return in(0); }
574
575 // Make a shallow copy (same class) of this Node, with given inputs and
576 // empty outputs and a new Node ID. The original inputs are ignored.

Callers 3

idealizeMethod · 0.95
idomMethod · 0.95
idealizeMethod · 0.95

Calls 1

inMethod · 0.95

Tested by

no test coverage detected