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 224 const DenseMap<unsigned int, unsigned int> &BypassWidths) {
250 DenseMap<unsigned int, unsigned int>::const_iterator BI = BypassWidths.find(bitwidth);
251 if (BI == BypassWidths.end())
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 161 const DenseMap<unsigned int, unsigned int> &BypassWidths =
164 EverMadeChange |= bypassSlowDivision(F, I, BypassWidths);
    [all...]

Completed in 56 milliseconds