Searched refs:BypassWidths (Results 1 – 2 of 2) sorted by relevance
209 BasicBlock *BB, const DenseMap<unsigned int, unsigned int> &BypassWidths) { in bypassSlowDivision() argument240 DenseMap<unsigned int, unsigned int>::const_iterator BI = BypassWidths.find(bitwidth); in bypassSlowDivision()241 if (BI == BypassWidths.end()) in bypassSlowDivision()
236 const DenseMap<unsigned int, unsigned int> &BypassWidths = in runOnFunction() local243 EverMadeChange |= bypassSlowDivision(BB, BypassWidths); in runOnFunction()