Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MCA/
H A DInstruction.cpp174 assert(Stage == IS_READY); in execute()
189 assert(Stage == IS_READY && "Invalid internal state!"); in forceExecuted()
204 Stage = IS_READY; in updatePending()
/openbsd/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h605 IS_READY, // Instruction dispatched and operands ready. enumerator
687 bool isReady() const { return Stage == IS_READY; } in isReady()