HomeSort by: relevance | last modified time | path
    Searched refs:BypassWidths (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 105 FastDivInsertionTask(Instruction *I, const BypassWidthsTy &BypassWidths);
113 const BypassWidthsTy &BypassWidths) {
132 auto BI = BypassWidths.find(SlowType->getBitWidth());
133 if (BI == BypassWidths.end())
451 const BypassWidthsTy &BypassWidths) {
466 FastDivInsertionTask Task(I, BypassWidths);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 498 const DenseMap<unsigned int, unsigned int> &BypassWidths =
507 EverMadeChange |= bypassSlowDivision(BB, BypassWidths);

Completed in 21 milliseconds