Searched refs:MapleQueue (Results 1 – 2 of 2) sorted by relevance
810 MapleQueue<LiveInterval *> initialQue;811 using SingleQue = MapleQueue<LiveInterval *>;814 MapleQueue<uint32> callQueue;851 MapleQueue<LiveInterval *> liQue;
114 using MapleQueue = std::deque<T, MapleAllocatorAdapter<T>>; variable