Searched refs:LoopInterchange (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | CMakeLists.txt | 35 LoopInterchange.cpp
|
| H A D | LoopInterchange.cpp | 426 struct LoopInterchange { struct 435 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() function 1745 return LoopInterchange(SE, LI, DI, DT, ORE).run(L); in runOnLoop() 1772 if (!LoopInterchange(&AR.SE, &AR.LI, &DI, &AR.DT, &ORE).run(LN)) in run()
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMScalarOpts/ |
| H A D | Makefile | 42 LoopInterchange.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/ |
| H A D | BUILD.gn | 46 "LoopInterchange.cpp",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | TransformMetadata.rst | 381 Currently, the ``LoopInterchange`` pass does not use any metadata. 393 - LoopInterchange (if enabled) 403 - LoopInterchange (if enabled) 423 apply a transformation (e.g. ``LoopInterchange`` and Polly) or a
|