Synopsis
Declared in <llvm/ADT/GenericCycleInfo.h>
CycleRef
getCycle(BlockT const* Block) const;
Return Value
the innermost cycle containing Block or an invalid handle if it is not contained in any cycle.
Parameters
| Name | Description |
| Block | Basic block whose innermost cycle is requested. |