Searched refs:BypassWidths (Results 1 – 2 of 2) sorted by relevance
225 const DenseMap<unsigned int, unsigned int> &BypassWidths) { in bypassSlowDivision() argument251 DenseMap<unsigned int, unsigned int>::const_iterator BI = BypassWidths.find(bitwidth); in bypassSlowDivision()252 if (BI == BypassWidths.end()) in bypassSlowDivision()
226 const DenseMap<unsigned int, unsigned int> &BypassWidths = in runOnFunction() local229 EverMadeChange |= bypassSlowDivision(F, I, BypassWidths); in runOnFunction()