Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1720 struct LoopInterchangeLegacyPass : public LoopPass { struct
1723 LoopInterchangeLegacyPass() : LoopPass(ID) { in LoopInterchangeLegacyPass() argument
1749 char LoopInterchangeLegacyPass::ID = 0;
1751 INITIALIZE_PASS_BEGIN(LoopInterchangeLegacyPass, "loop-interchange",
1757 INITIALIZE_PASS_END(LoopInterchangeLegacyPass, "loop-interchange", in INITIALIZE_PASS_DEPENDENCY()
1761 return new LoopInterchangeLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()