Home
last modified time | relevance | path

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

/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DLoopInterchange.cpp433 struct LoopInterchange : public LoopPass { struct
434 static char ID;
435 ScalarEvolution *SE = nullptr;
436 LoopInfo *LI = nullptr;
437 DependenceInfo *DI = nullptr;
438 DominatorTree *DT = nullptr;
441 OptimizationRemarkEmitter *ORE;
443 LoopInterchange() : LoopPass(ID) { in LoopInterchange() function
454 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
467 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DLoopInterchange.cpp435 struct LoopInterchange : public FunctionPass { struct
436 static char ID;
437 ScalarEvolution *SE = nullptr;
438 LoopInfo *LI = nullptr;
439 DependenceInfo *DI = nullptr;
440 DominatorTree *DT = nullptr;
441 bool PreserveLCSSA;
444 OptimizationRemarkEmitter *ORE;
446 LoopInterchange() : FunctionPass(ID) { in LoopInterchange() function
464 bool runOnFunction(Function &F) override { in runOnFunction()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp431 struct LoopInterchange : public LoopPass { struct
432 static char ID;
433 ScalarEvolution *SE = nullptr;
434 LoopInfo *LI = nullptr;
435 DependenceInfo *DI = nullptr;
436 DominatorTree *DT = nullptr;
439 OptimizationRemarkEmitter *ORE;
441 LoopInterchange() : LoopPass(ID) { in LoopInterchange() function
452 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
465 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DLoopInterchange.cpp432 struct LoopInterchange : public LoopPass { struct
433 static char ID;
434 ScalarEvolution *SE = nullptr;
435 LoopInfo *LI = nullptr;
436 DependenceInfo *DI = nullptr;
437 DominatorTree *DT = nullptr;
440 OptimizationRemarkEmitter *ORE;
442 LoopInterchange() : LoopPass(ID) { in LoopInterchange() function
453 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
466 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLoopInterchange.cpp431 struct LoopInterchange : public LoopPass { struct
432 static char ID;
433 ScalarEvolution *SE = nullptr;
434 LoopInfo *LI = nullptr;
435 DependenceInfo *DI = nullptr;
436 DominatorTree *DT = nullptr;
439 OptimizationRemarkEmitter *ORE;
441 LoopInterchange() : LoopPass(ID) { in LoopInterchange() argument
452 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
465 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp432 struct LoopInterchange : public LoopPass { struct
433 static char ID;
434 ScalarEvolution *SE = nullptr;
435 LoopInfo *LI = nullptr;
436 DependenceInfo *DI = nullptr;
437 DominatorTree *DT = nullptr;
440 OptimizationRemarkEmitter *ORE;
442 LoopInterchange() : LoopPass(ID) { in LoopInterchange() argument
453 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
466 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp432 struct LoopInterchange : public LoopPass { struct
433 static char ID;
434 ScalarEvolution *SE = nullptr;
435 LoopInfo *LI = nullptr;
436 DependenceInfo *DI = nullptr;
437 DominatorTree *DT = nullptr;
440 OptimizationRemarkEmitter *ORE;
442 LoopInterchange() : LoopPass(ID) { in LoopInterchange() function
453 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
466 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/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 …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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() argument
439 bool run(Loop *L) { in run()
446 bool run(LoopNest &LN) { in run()
454 bool isComputableLoopNest(ArrayRef<Loop *> LoopList) { in isComputableLoopNest()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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() argument
439 bool run(Loop *L) { in run()
446 bool run(LoopNest &LN) { in run()
454 bool isComputableLoopNest(ArrayRef<Loop *> LoopList) { in isComputableLoopNest()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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 …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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() argument
439 bool run(Loop *L) { in run()
446 bool run(LoopNest &LN) { in run()
454 bool isComputableLoopNest(ArrayRef<Loop *> LoopList) { in isComputableLoopNest()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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 …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp432 struct LoopInterchange { struct
433 ScalarEvolution *SE = nullptr;
434 LoopInfo *LI = nullptr;
435 DependenceInfo *DI = nullptr;
436 DominatorTree *DT = nullptr;
439 OptimizationRemarkEmitter *ORE;
441 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() argument
445 bool run(Loop *L) { in run()
452 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
477 bool processLoopList(LoopVector LoopList) { in processLoopList()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp432 struct LoopInterchange { struct
433 ScalarEvolution *SE = nullptr;
434 LoopInfo *LI = nullptr;
435 DependenceInfo *DI = nullptr;
436 DominatorTree *DT = nullptr;
439 OptimizationRemarkEmitter *ORE;
441 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() function
445 bool run(Loop *L) { in run()
452 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
477 bool processLoopList(LoopVector LoopList) { in processLoopList()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp432 struct LoopInterchange { struct
433 ScalarEvolution *SE = nullptr;
434 LoopInfo *LI = nullptr;
435 DependenceInfo *DI = nullptr;
436 DominatorTree *DT = nullptr;
439 OptimizationRemarkEmitter *ORE;
441 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() function
445 bool run(Loop *L) { in run()
452 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
477 bool processLoopList(LoopVector LoopList) { in processLoopList()
[all …]