Lines Matching defs:Variable
12 /// Arguments that are explicit and independant (non tied) also have a Variable
36 struct Variable {
37 // Returns the index of this Variable inside Instruction's Variable.
40 // Returns the index of the Operand linked to this Variable.
43 // Returns whether this Variable has more than one Operand linked to it.
46 // The indices of the operands tied to this Variable.
49 // The index of this Variable in Instruction.Variables and its associated
62 // - VariableIndex: the index of the Variable holding the value for this Operand
118 // Returns the Operand linked to this Variable.
119 // In case the Variable is tied, the primary (i.e. Def) Operand is returned.
120 const Operand &getPrimaryOperand(const Variable &Var) const;
164 const SmallVector<Variable, 4> Variables;
175 SmallVector<Variable, 4> Variables, const BitVector *ImplDefRegs,