Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1771 struct LoopInterchangeLegacyPass : public LoopPass { struct
1774 LoopInterchangeLegacyPass() : LoopPass(ID) { in LoopInterchangeLegacyPass() function
1799 char LoopInterchangeLegacyPass::ID = 0; argument
1801 INITIALIZE_PASS_BEGIN(LoopInterchangeLegacyPass, "loop-interchange",
1807 INITIALIZE_PASS_END(LoopInterchangeLegacyPass, "loop-interchange", in INITIALIZE_PASS_DEPENDENCY()
1811 return new LoopInterchangeLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()