Home | History | Annotate | Download | only in CodeGen

Lines Matching full:scheduling

10 // This implements the ScheduleDAGInstrs class, which implements re-scheduling
185 /// Initialize the DAG and common scheduler state for the current scheduling
187 /// scheduling driver may call BuildSchedGraph multiple times per scheduling
199 /// Close the current scheduling region. Don't clear any state in case the
200 /// driver wants to refer to the previous scheduling region.
206 /// list of instructions being scheduled to scheduling barrier by adding
272 // the scheduling region.
288 /// this SUnit to following instructions in the same scheduling region that
380 /// to instructions that occur later in the same scheduling region if they read
384 /// reevaluated. Generally, IV scheduling should be done before coalescing.
451 // are not eliminated sometime during scheduling. The output dependence edge
491 /// the same scheduling region if they write the virtual register.
565 /// these two MIs be reordered during scheduling from memory dependency
844 // We build scheduling units by walking a block's instruction list from bottom
929 // If we haven't seen any uses in this scheduling region, create a
1365 /// contains multiple scheduling regions. But it is fine for visualization.