Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp60 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()
DCMakeLists.txt25 LoopInterchange.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCMakeLists.txt34 LoopInterchange.cpp
DLoopInterchange.cpp432 struct LoopInterchange : public LoopPass { struct
442 LoopInterchange() : LoopPass(ID) { in LoopInterchange() function
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/
DCMakeLists.txt35 LoopInterchange.cpp
DLoopInterchange.cpp432 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/
DBUILD.gn46 "LoopInterchange.cpp",
/external/llvm-project/llvm/docs/
DTransformMetadata.rst381 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/
Dloop-interchange-optimization-remarks.ll1 ; Test optimization remarks generated by the LoopInterchange pass.
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp741 "llvm/lib/Transforms/Scalar/LoopInterchange.cpp",
DBUILD.gn972 "llvm/lib/Transforms/Scalar/LoopInterchange.cpp",
DCMakeLists.txt745 ${LLVM_DIR}/lib/Transforms/Scalar/LoopInterchange.cpp