Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h250 bool IsReady; variable
259 CyclesLeft(UNKNOWN_CYCLES), TotalCycles(0), CRD(), IsReady(true), in ReadState()
269 bool isReady() const { return IsReady; } in isReady()
279 IsReady = !Writes; in setDependentWrites()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstruction.cpp50 IsReady = !CyclesLeft; in writeStartEvent()
120 IsReady = !CyclesLeft; in cycleEvent()