Return the end iterator over children of N.
Synopsis
Declared in <llvm/CodeGen/MachineDominators.h>
static
ChildIteratorType
child_end(NodeRef N);
Return Value
End iterator over the immediate children of N.
Parameters
Name |
Description |
N |
Machine dominator‐tree node whose children are walked. |
Created with MrDocs