Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp50 IsReady = !CyclesLeft; in writeStartEvent()
120 IsReady = !CyclesLeft; in cycleEvent()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h349 bool IsReady; variable
358 CyclesLeft(UNKNOWN_CYCLES), TotalCycles(0), CRD(), IsReady(true), in ReadState()
368 bool isReady() const { return IsReady; } in isReady()
378 IsReady = !Writes; in setDependentWrites()