Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp696 auto cmpVN = [](const CHIArg &A, const CHIArg &B) { return A.VN < B.VN; }; in findHoistableCandidates() local
706 std::stable_sort(CHIs.begin(), CHIs.end(), cmpVN); in findHoistableCandidates()