Home
last modified time | relevance | path

Searched refs:isInQueue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp448 if (Available.isInQueue(SU)) in removeReady()
451 assert(Pending.isInQueue(SU) && "bad ready count"); in removeReady()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h544 bool isInQueue(SUnit *SU) const { return (SU->NodeQueueId & ID); } in isInQueue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2551 if (Available.isInQueue(SU)) in removeReady()
2554 assert(Pending.isInQueue(SU) && "bad ready count"); in removeReady()