Member predicate SubBasicBlock :: getNode
Gets the index
th control-flow node in this SubBasicBlock
. Indexes
start from 0, and the node at index 0 always exists and compares equal
to this
.
ControlFlowNode
getNode
(
int
index
)