Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2116 struct ILPOrder { struct
2117 const SchedDFSResult *DFSResult;
2118 const BitVector *ScheduledTrees;
2119 bool MaximizeILP;
2121 ILPOrder(bool MaxILP): DFSResult(0), ScheduledTrees(0), MaximizeILP(MaxILP) {} in ILPOrder() argument
2126 bool operator()(const SUnit *A, const SUnit *B) const { in operator ()()