Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.h35 void init(RegAllocKind Kind, CfgSet<Variable *> ExcludeVars);
DIceRegAlloc.cpp325 void LinearScan::init(RegAllocKind Kind, CfgSet<Variable *> ExcludeVars) { in init() argument
333 Vars.reserve(Func->getVariables().size() - ExcludeVars.size()); in init()
335 if (ExcludeVars.find(Var) == ExcludeVars.end()) in init()