Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3650 struct ILPOrder { struct
3651 const SchedDFSResult *DFSResult = nullptr;
3652 const BitVector *ScheduledTrees = nullptr;
3653 bool MaximizeILP;
3655 ILPOrder(bool MaxILP) : MaximizeILP(MaxILP) {} in ILPOrder() function
3660 bool operator()(const SUnit *A, const SUnit *B) const { in operator ()()