Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.h109 std::vector<ResolvedSchedClassAndPoints> makePointsPerSchedClass() const;
H A DAnalysis.cpp219 Analysis::makePointsPerSchedClass() const { in makePointsPerSchedClass() function in llvm::exegesis::Analysis
553 for (const auto &RSCAndPoints : makePointsPerSchedClass()) { in run()