Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3206 auto CompareKey = [](UnitIndex i1, UnitIndex i2) { in checkValidNodeOrder() local
3211 llvm::sort(Indices, CompareKey); in checkValidNodeOrder()
3235 *llvm::lower_bound(Indices, std::make_pair(PredSU, 0), CompareKey)); in checkValidNodeOrder()
3251 *llvm::lower_bound(Indices, std::make_pair(SuccSU, 0), CompareKey)); in checkValidNodeOrder()