Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3271 struct ILPOrder { struct
3272 const SchedDFSResult *DFSResult;
3273 const BitVector *ScheduledTrees;
3274 bool MaximizeILP;
3276 ILPOrder(bool MaxILP) in ILPOrder() argument
3282 bool operator()(const SUnit *A, const SUnit *B) const { in operator ()()