Home | History | Annotate | Download | only in TableGen

Lines Matching refs:FirstResult

667   /// FirstResult - This is the first slot in the RecordedNodes list that the
669 unsigned FirstResult;
672 const std::string &name, unsigned firstresult)
674 Name(name), FirstResult(firstresult) {}
680 unsigned getFirstResult() const { return FirstResult; }