Home
last modified time | relevance | path

Searched defs:ILPOrder (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp4161 struct ILPOrder { struct
4162 const SchedDFSResult *DFSResult = nullptr;
4163 const BitVector *ScheduledTrees = nullptr;
4164 bool MaximizeILP;
4166 ILPOrder(bool MaxILP) : MaximizeILP(MaxILP) {} in ILPOrder() argument
4171 bool operator()(const SUnit *A, const SUnit *B) const { in operator ()()