Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp434 struct LoopInterchange : public LoopPass { struct
435 static char ID;
436 ScalarEvolution *SE = nullptr;
437 LoopInfo *LI = nullptr;
438 DependenceInfo *DI = nullptr;
439 DominatorTree *DT = nullptr;
442 OptimizationRemarkEmitter *ORE;
444 LoopInterchange() : LoopPass(ID) { in LoopInterchange() function
455 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
468 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
[all …]