Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp60 struct LoopInterchange;
425 struct LoopInterchange : public FunctionPass { struct
432 LoopInterchange() in LoopInterchange() function
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-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp435 struct LoopInterchange : public FunctionPass { struct
446 LoopInterchange() : FunctionPass(ID) { in LoopInterchange() function
1513 char LoopInterchange::ID = 0;
1515 INITIALIZE_PASS_BEGIN(LoopInterchange, "loop-interchange",
1526 INITIALIZE_PASS_END(LoopInterchange, "loop-interchange", in INITIALIZE_PASS_DEPENDENCY()
1529 Pass *llvm::createLoopInterchangePass() { return new LoopInterchange(); } in INITIALIZE_PASS_DEPENDENCY()
DCMakeLists.txt33 LoopInterchange.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopInterchange/
Dloop-interchange-optimization-remarks.ll1 ; Test optimization remarks generated by the LoopInterchange pass.
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk890 llvm/lib/Transforms/Scalar/LoopInterchange.cpp \
DBUILD.gn1146 "llvm/lib/Transforms/Scalar/LoopInterchange.cpp",
/external/swiftshader/
DCMakeLists.txt1387 ${LLVM_DIR}/lib/Transforms/Scalar/LoopInterchange.cpp