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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 1 //===- LoopInterchange.cpp - Loop interchange pass-------------------------===//
15 #include "llvm/Transforms/Scalar/LoopInterchange.h"
426 struct LoopInterchange {
435 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI,
1720 /// Main LoopInterchange Pass.
1745 return LoopInterchange(SE, LI, DI, DT, ORE).run(L);
1772 if (!LoopInterchange(&AR.SE, &AR.LI, &DI, &AR.DT, &ORE).run(LN))

Completed in 56 milliseconds