LLVM 20.0.0git
|
#include "llvm/IR/PassManager.h"
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 | |
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. | |