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