Return the cycle for a scheduled instruction. This function normalizes the first cycle to be 0.
Synopsis
Declared in <llvm/CodeGen/MachinePipeliner.h>
unsigned int
cycleScheduled(SUnit* SU) const;
Return Value
Normalized cycle of SU within the initiation interval.
Parameters
Name |
Description |
SU |
Instruction whose normalized cycle is requested. |
Created with MrDocs