Searched refs:QueueEntryTy (Results 1 – 2 of 2) sorted by relevance
317 [&](const QueueEntryTy &Entry) { in select()350 for (QueueEntryTy Entry : WaitQueue) in updatePendingQueue()357 const QueueEntryTy Entry = *I; in updateIssuedQueue()
412 using QueueEntryTy = std::pair<unsigned, Instruction *>; variable