Lines Matching defs:defs
755 std::list<ValueDef *> defs;
876 inline ValueDef& def(int s) { return defs[s]; }
878 inline const ValueDef& def(int s) const { return defs[s]; }
880 inline Value *getDef(int d) const { return defs[d].get(); }
886 return d < defs.size() && defs[d].exists();
904 unsigned int defCount() const { return defs.size(); };
928 // check whether the defs interfere with srcs and defs of another instruction
982 std::deque<ValueDef> defs; // no gaps !