Lines Matching refs:Variable
35 void init(RegAllocKind Kind, CfgSet<Variable *> ExcludeVars);
37 // Returns the number of times some variable has been assigned a register but
52 using OrderedRanges = CfgVector<Variable *>;
53 using UnorderedRanges = CfgVector<Variable *>;
62 Variable *Cur = nullptr;
63 Variable *Prefer = nullptr;
98 void handleActiveRangeExpiredOrInactive(const Variable *Cur);
100 void handleInactiveRangeExpiredOrReactivated(const Variable *Cur);
104 void allocatePrecoloredRegister(Variable *Cur);
113 void dumpLiveRangeTrace(const char *Label, const Variable *Item);
136 CfgVector<Variable *> Vars;