Return the entry blocks of C (header first).
Synopsis
Declared in <llvm/ADT/GenericCycleInfo.h>
ArrayRef<BlockT*>
getEntries(CycleRef C) const;
Return Value
Entry blocks of C, with the header first.
Parameters
Name |
Description |
C |
Cycle whose entries are requested. |
Created with MrDocs