Return a range over the immediate child cycles of C.
Synopsis
Declared in <llvm/ADT/GenericCycleInfo.h>
iterator_range<const_child_iterator>
children(CycleRef C) const;
Return Value
Range over the immediate child cycles of C.
Parameters
Name |
Description |
C |
Parent cycle whose children are requested. |
Created with MrDocs