HomeSort by: relevance | last modified time | path
    Searched defs:Interchanged (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 58 STATISTIC(LoopsInterchanged, "Number of loops interchanged");
331 /// Check if the loops can be interchanged.
474 // TODO: Add a better heuristic to select the loop to be interchanged based
522 bool Interchanged = processLoop(LoopToBeInterchanged, LoopList[i - 1], i,
524 if (!Interchanged)
532 Changed |= Interchanged;
555 return OptimizationRemark(DEBUG_TYPE, "Interchanged",
558 << "Loop interchanged with enclosing loop.";
563 LLVM_DEBUG(dbgs() << "Loops interchanged.\n");
829 " interchanged currently."
    [all...]

Completed in 31 milliseconds