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