Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MaximizeILP

3274   bool MaximizeILP;
3277 : DFSResult(nullptr), ScheduledTrees(nullptr), MaximizeILP(MaxILP) {}
3297 if (MaximizeILP)
3311 ILPScheduler(bool MaximizeILP): DAG(nullptr), Cmp(MaximizeILP) {}