Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp876 auto cmpVN = [](const CHIArg &A, const CHIArg &B) { return A.VN < B.VN; }; in findHoistableCandidates() local
886 llvm::stable_sort(CHIs, cmpVN); in findHoistableCandidates()