Home
last modified time | relevance | path

Searched defs:isExecuting (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.h212 bool isExecuting() const { return Begin == 0 && End != 0; } in isExecuting() function
362 bool isExecuting() const { return Stage == IS_EXECUTING; } in isExecuting() function