Home
last modified time | relevance | path

Searched refs:CompareKey (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp2678 auto CompareKey = [](UnitIndex i1, UnitIndex i2) { in checkValidNodeOrder() local
2683 llvm::sort(Indices, CompareKey); in checkValidNodeOrder()
2707 *llvm::lower_bound(Indices, std::make_pair(PredSU, 0), CompareKey)); in checkValidNodeOrder()
2723 *llvm::lower_bound(Indices, std::make_pair(SuccSU, 0), CompareKey)); in checkValidNodeOrder()