Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DScheduler.cpp317 [&](const QueueEntryTy &Entry) { in select()
350 for (QueueEntryTy Entry : WaitQueue) in updatePendingQueue()
357 const QueueEntryTy Entry = *I; in updateIssuedQueue()
DScheduler.h412 using QueueEntryTy = std::pair<unsigned, Instruction *>; variable