Home
last modified time | relevance | path

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

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