Searched refs:CfgSet (Results 1 – 4 of 4) sorted by relevance
35 void init(RegAllocKind Kind, CfgSet<Variable *> ExcludeVars);
480 CfgSet<Variable *> EmptySet; in regAlloc()538 CfgSet<Variable *> SplitCandidates; in postRegallocSplitting()552 CfgSet<Variable *> ExtraVars; in postRegallocSplitting()
138 using CfgSet = std::set<T, Cmp, CfgLocalAllocator<T>>; variable
325 void LinearScan::init(RegAllocKind Kind, CfgSet<Variable *> ExcludeVars) { in init()