Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DSourceMgr.h59 class CircularSourceMgr : public SourceMgr {
66 CircularSourceMgr(ArrayRef<UniqueInst> S, unsigned Iter) in CircularSourceMgr() function
/llvm-project-15.0.7/llvm/unittests/tools/llvm-mca/
H A DMCATestBase.cpp92 mca::CircularSourceMgr SM(LoweredInsts, /*Iterations=*/1); in runBaselineMCA()
/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp555 mca::CircularSourceMgr S(LoweredSequence, in main()