Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DMicroOpQueueStage.cpp41 CurrentIPC(0), IsZeroLatencyStage(ZeroLatencyStage) { in MicroOpQueueStage()
58 if (!IsZeroLatencyStage) in cycleStart()
64 if (IsZeroLatencyStage) in cycleEnd()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DMicroOpQueueStage.h43 bool IsZeroLatencyStage; variable