Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:UseCount

225   unsigned UseCount = 0;
227 I != E && UseCount < 100; ++I, ++UseCount) {
244 // Reset UseCount to allow more matches.
245 UseCount = 0;