Searched refs:LoopInterchange (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 60 struct LoopInterchange; 425 struct LoopInterchange : public FunctionPass { struct 432 LoopInterchange() in LoopInterchange() argument 1266 char LoopInterchange::ID = 0; 1267 INITIALIZE_PASS_BEGIN(LoopInterchange, "loop-interchange", 1277 INITIALIZE_PASS_END(LoopInterchange, "loop-interchange", in INITIALIZE_PASS_DEPENDENCY() 1280 Pass *llvm::createLoopInterchangePass() { return new LoopInterchange(); } in INITIALIZE_PASS_DEPENDENCY()
|
D | CMakeLists.txt | 25 LoopInterchange.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CMakeLists.txt | 34 LoopInterchange.cpp
|
D | LoopInterchange.cpp | 432 struct LoopInterchange : public LoopPass { struct 442 LoopInterchange() : LoopPass(ID) { in LoopInterchange() argument 1608 char LoopInterchange::ID = 0; 1610 INITIALIZE_PASS_BEGIN(LoopInterchange, "loop-interchange", 1616 INITIALIZE_PASS_END(LoopInterchange, "loop-interchange", in INITIALIZE_PASS_DEPENDENCY() 1619 Pass *llvm::createLoopInterchangePass() { return new LoopInterchange(); } in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | CMakeLists.txt | 35 LoopInterchange.cpp
|
D | LoopInterchange.cpp | 432 struct LoopInterchange { struct 441 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() function 1662 return LoopInterchange(SE, LI, DI, DT, ORE).run(L); in runOnLoop() 1688 if (!LoopInterchange(&AR.SE, &AR.LI, &DI, &AR.DT, &ORE).run(&L)) in run()
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/ |
D | BUILD.gn | 46 "LoopInterchange.cpp",
|
/external/llvm-project/llvm/docs/ |
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
|
/external/llvm-project/llvm/test/Transforms/LoopInterchange/ |
D | loop-interchange-optimization-remarks.ll | 1 ; Test optimization remarks generated by the LoopInterchange pass.
|
/external/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 741 "llvm/lib/Transforms/Scalar/LoopInterchange.cpp",
|
D | BUILD.gn | 972 "llvm/lib/Transforms/Scalar/LoopInterchange.cpp",
|
D | CMakeLists.txt | 745 ${LLVM_DIR}/lib/Transforms/Scalar/LoopInterchange.cpp
|