Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3500 SS << std::setw(7) << NumScheduledMops[Slot] << "\n"; in dumpMRT()
3612 ++NumScheduledMops[positiveModulo(C, InitiationInterval)]; in reserveResources()
3624 --NumScheduledMops[positiveModulo(C, InitiationInterval)]; in unreserveResources()
3635 if (NumScheduledMops[Slot] > IssueWidth) in isOverbooked()
3787 NumScheduledMops.clear(); in init()
3788 NumScheduledMops.resize(II); in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h467 llvm::SmallVector<int> NumScheduledMops; variable