|
LLVM 22.0.0git
|
Go to the source code of this file.
Classes | |
| class | llvm::LoopSimplifyPass |
| This pass is responsible for loop canonicalization. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| LLVM_ABI bool | llvm::simplifyLoop (Loop *L, DominatorTree *DT, LoopInfo *LI, ScalarEvolution *SE, AssumptionCache *AC, MemorySSAUpdater *MSSAU, bool PreserveLCSSA) |
| Simplify each loop in a loop nest recursively. | |