Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ILP

62   ILPListDAGScheduler("list-ilp",
64 "which tries to balance ILP and register pressure",
71 // Temporary sched=list-ilp flags until the heuristics are robust.
75 cl::desc("Disable regpressure priority in sched=list-ilp"));
78 cl::desc("Disable live use priority in sched=list-ilp"));
87 cl::desc("Disable no-stall priority in sched=list-ilp"));
90 cl::desc("Disable critical path priority in sched=list-ilp"));
93 cl::desc("Disable scheduled-height priority in sched=list-ilp"));
101 "in sched=list-ilp"));
1613 // ilp_ls_rr_sort - Priority function for ILP (instruction level parallelism)
2362 bool LStall = (!checkPref || left->SchedulingPref == Sched::ILP) &&
2364 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) &&
2380 if (!checkPref || (left->SchedulingPref == Sched::ILP ||
2381 right->SchedulingPref == Sched::ILP)) {
2614 // list-ilp is currently an experimental scheduler that allows various