Searched refs:CfgList (Results 1 – 2 of 2) sorted by relevance
134 template <typename T> using CfgList = std::list<T, CfgLocalAllocator<T>>; variable
368 using PlacedList = CfgList<CfgNode *>; in reorderNodes()