Searched refs:CurrentIPC (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DMicroOpQueueStage.h35 unsigned CurrentIPC; member in class:llvm::mca::MicroOpQueueStage
68 if (MaxIPC && CurrentIPC == MaxIPC)
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DMicroOpQueueStage.cpp41 CurrentIPC(0), IsZeroLatencyStage(ZeroLatencyStage) {
52 ++CurrentIPC;
57 CurrentIPC = 0;

Completed in 63 milliseconds