Searched defs:ILPOrder (Results 1 – 1 of 1) sorted by relevance
3271 struct ILPOrder { struct3272 const SchedDFSResult *DFSResult;3273 const BitVector *ScheduledTrees;3274 bool MaximizeILP;3276 ILPOrder(bool MaxILP) in ILPOrder() argument3282 bool operator()(const SUnit *A, const SUnit *B) const { in operator ()()