Return the index of the destination input that consumes the data carried by this edge. The special value kControlSlot is used for control dependencies.
| 477 | // carried by this edge. The special value kControlSlot is used |
| 478 | // for control dependencies. |
| 479 | int dst_input() const { return dst_input_; } |
| 480 | |
| 481 | // Return true iff this is an edge that indicates a control-flow |
| 482 | // (as opposed to a data-flow) dependency. |
no outgoing calls