Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.h73 void onCycleBegin() override { NumCycles++; } in onCycleBegin() function
H A DSchedulerStatistics.h77 void onCycleBegin() override { NumCycles++; } in onCycleBegin() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp88 Listener->onCycleBegin(); in notifyCycleBegin()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h163 virtual void onCycleBegin() {} in onCycleBegin() function