Home
last modified time | relevance | path

Searched defs:LoopInterchange (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp426 struct LoopInterchange { struct
427 ScalarEvolution *SE = nullptr;
428 LoopInfo *LI = nullptr;
429 DependenceInfo *DI = nullptr;
430 DominatorTree *DT = nullptr;
433 OptimizationRemarkEmitter *ORE;
435 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() function
439 bool run(Loop *L) { in run()
446 bool run(LoopNest &LN) { in run()
454 bool isComputableLoopNest(ArrayRef<Loop *> LoopList) { in isComputableLoopNest()
[all …]