Lines Matching defs:LValue
574 class LValue;
714 inline void setSSA(LValue *);
715 inline const LValue *preSSA() const;
718 Value *value; // should make this LValue * ...
719 LValue *origin; // pre SSA value
744 inline LValue *asLValue();
764 // TODO: these should be in LValue:
769 class LValue : public Value
772 LValue(Function *, DataFile file);
773 LValue(Function *, LValue *);
774 ~LValue() { }
778 virtual LValue *clone(ClonePolicy<Function>&) const;
1265 inline void add(LValue *lval, int& id) { allLValues.insert(lval, id); }
1267 inline LValue *getLValue(int id);