Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DRegAllocBasic.cpp89 void enqueueImpl(const LiveInterval *LI) override { Queue.push(LI); } in enqueueImpl() function in __anon38a2c5df0211::RABasic
DRegAllocGreedy.cpp279 void RAGreedy::enqueueImpl(const LiveInterval *LI) { enqueue(Queue, LI); } in enqueueImpl() function in RAGreedy
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt283 private fun enqueueImpl(task: Runnable): Boolean { in enqueueImpl() method in kotlinx.coroutines.EventLoopImplBase