Home | History | Annotate | Download | only in codegen

Lines Matching defs:LValue

308 class LValue;
417 int8_t indirect[2]; // >= 0 if relative to lvalue in insn->src(indirect[i])
448 inline void setSSA(LValue *);
449 inline const LValue *preSSA() const;
452 Value *value; // should make this LValue * ...
453 LValue *origin; // pre SSA value
478 inline LValue *asLValue();
498 // TODO: these should be in LValue:
503 class LValue : public Value
506 LValue(Function *, DataFile file);
507 LValue(Function *, LValue *);
508 ~LValue() { }
512 virtual LValue *clone(ClonePolicy<Function>&) const;
956 inline void add(LValue *lval, int& id) { allLValues.insert(lval, id); }
958 inline LValue *getLValue(int id);