Searched defs:ILPOrder (Results 1 – 1 of 1) sorted by relevance
3130 struct ILPOrder { struct3131 const SchedDFSResult *DFSResult;3132 const BitVector *ScheduledTrees;3133 bool MaximizeILP;3135 ILPOrder(bool MaxILP) in ILPOrder() argument3141 bool operator()(const SUnit *A, const SUnit *B) const { in operator ()()