Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UseCount

219   unsigned UseCount = 0;
221 I != E && UseCount < 100; ++I, ++UseCount) {
238 // Reset UseCount to allow more matches.
239 UseCount = 0;