Searched refs:CfgSet (Results 1 – 4 of 4) sorted by relevance
35 void init(RegAllocKind Kind, CfgSet<Variable *> ExcludeVars);
524 CfgSet<Variable *> EmptySet; in regAlloc()582 CfgSet<Variable *> SplitCandidates; in postRegallocSplitting()596 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()