Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceDefs.h134 template <typename T> using CfgList = std::list<T, CfgLocalAllocator<T>>; variable
DIceCfg.cpp368 using PlacedList = CfgList<CfgNode *>; in reorderNodes()