Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp3467 struct ILPOrder { struct
3468 const SchedDFSResult *DFSResult = nullptr;
3469 const BitVector *ScheduledTrees = nullptr;
3470 bool MaximizeILP;
3472 ILPOrder(bool MaxILP) : MaximizeILP(MaxILP) {} in ILPOrder() function
3477 bool operator()(const SUnit *A, const SUnit *B) const { in operator ()()