Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp393 std::vector<VNType> Ranks; in computeInsertionPoints() local
395 Ranks.push_back(Entry.first); in computeInsertionPoints()
401 llvm::sort(Ranks, [this, &Map](const VNType &r1, const VNType &r2) { in computeInsertionPoints()
417 for (const auto &R : Ranks) { in computeInsertionPoints()