Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3130 struct ILPOrder { struct
3131 const SchedDFSResult *DFSResult;
3132 const BitVector *ScheduledTrees;
3133 bool MaximizeILP;
3135 ILPOrder(bool MaxILP) in ILPOrder() argument
3141 bool operator()(const SUnit *A, const SUnit *B) const { in operator ()()