Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h155 WaitingQueues; variable
181 WaitingQueues.try_emplace(MI); in startVisit()
203 assert(WaitingQueues.count(MI) && "Instruction was not visited!"); in getWaitingQueueFor()
204 return WaitingQueues.find(MI)->getSecond(); in getWaitingQueueFor()
210 assert(WaitingQueues.count(MI) && "Instruction was not visited!"); in addToWaitingQueue()
211 WaitingQueues.find(MI)->getSecond().push_back(WaitingForMI); in addToWaitingQueue()
223 WaitingQueues.erase(MI); in clearTypeInfoData()
H A DMipsRegisterBankInfo.cpp345 WaitingQueues.clear(); in cleanupIfNewFunction()