Lines Matching refs:Variable
14 /// The node-specific information tracked for each Variable includes whether it
53 // LiveToVarMap maps a liveness bitvector index to a Variable. This is
56 LivenessVector<Variable *> LiveToVarMap;
61 // of each variable's live range within this block. The index/key of each
72 Variable *getVariable(SizeT LiveIndex, const CfgNode *Node) const;
142 /// VarToLiveMap maps a Variable's Variable::Number to its live index within
147 LivenessVector<Variable *> LiveToVarMap;
148 /// RangeMask[Variable::Number] indicates whether we want to track that
149 /// Variable's live range.