Home
last modified time | relevance | path

Searched refs:isExecuting (Results 1 – 4 of 4) 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
DInstruction.cpp166 assert(isExecuting() && "Instruction not in-flight?"); in cycleEvent()
DScheduler.cpp274 if (IS->isExecuting()) in issueInstructionImpl()
/external/walt/ios/WALT/
DDragLatencyController.mm316 // between dispatch_semaphore_signal() and -[NSThread isExecuting] changing.
318 if (_triggerReceiver.isExecuting) {