Lines Matching refs:list
21 * notice, this list of conditions and the following disclaimer;
23 * notice, this list of conditions and the following disclaimer in the
48 #include <list>
311 DefaultRename<Impl>::setActiveThreads(list<ThreadID> *at_ptr)
417 // Clear the instruction list and skid buffer in case they have any
441 list<ThreadID>::iterator threads = activeThreads->begin();
442 list<ThreadID>::iterator end = activeThreads->end();
856 list<ThreadID>::iterator threads = activeThreads->begin();
857 list<ThreadID>::iterator end = activeThreads->end();
875 list<ThreadID>::iterator threads = activeThreads->begin();
876 list<ThreadID>::iterator end = activeThreads->end();
967 typename std::list<RenameHistory>::iterator hb_it =
988 // don't want to put these on the free list.
994 // Put the renamed physical register back on the free list.
1021 typename std::list<RenameHistory>::iterator hb_it =
1419 " Adding to front of list.\n", tid);
1472 typename std::list<RenameHistory>::iterator buf_it;