mergeUseLists is implemented iteratively since r243590.
Differential Revision: https://reviews.llvm.org/D40491
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319061
91177308-0d34-0410-b5e6-
96231b3b80d8
return Merged;
}
- /// \brief Tail-recursive helper for \a mergeUseLists().
- ///
- /// \param[out] Next the first element in the list.
- template <class Compare>
- static void mergeUseListsImpl(Use *L, Use *R, Use **Next, Compare Cmp);
-
protected:
unsigned short getSubclassDataFromValue() const { return SubclassData; }
void setValueSubclassData(unsigned short D) { SubclassData = D; }