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;
Parameters
Name |
Description |
SU |
Scheduling unit. This is a node in the scheduling DAG. |
Created with MrDocs