Home
last modified time | relevance | path

Searched refs:CfgSet (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.h35 void init(RegAllocKind Kind, CfgSet<Variable *> ExcludeVars);
DIceTargetLowering.cpp524 CfgSet<Variable *> EmptySet; in regAlloc()
582 CfgSet<Variable *> SplitCandidates; in postRegallocSplitting()
596 CfgSet<Variable *> ExtraVars; in postRegallocSplitting()
DIceDefs.h138 using CfgSet = std::set<T, Cmp, CfgLocalAllocator<T>>; variable
DIceRegAlloc.cpp325 void LinearScan::init(RegAllocKind Kind, CfgSet<Variable *> ExcludeVars) { in init()