Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp71 const auto OverallClusterRank = getOverallClusterRank(F); in runNVVMIntrRange()
H A DNVPTXUtilities.h57 std::optional<uint64_t> getOverallClusterRank(const Function &);
H A DNVPTXUtilities.cpp333 std::optional<uint64_t> getOverallClusterRank(const Function &F) { in getOverallClusterRank() function