HomeSort by relevance Sort by last modified time
    Searched refs:BypassWidths (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 225 const DenseMap<unsigned int, unsigned int> &BypassWidths) {
251 DenseMap<unsigned int, unsigned int>::const_iterator BI = BypassWidths.find(bitwidth);
252 if (BI == BypassWidths.end())
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 226 const DenseMap<unsigned int, unsigned int> &BypassWidths =
229 EverMadeChange |= bypassSlowDivision(F, I, BypassWidths);
    [all...]

Completed in 124 milliseconds