LLVM 20.0.0git
|
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/Analysis/LoopAnalysisManager.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Transforms/Scalar/LoopPassManager.h"
#include "llvm/Transforms/Utils/ExtraPassManager.h"
Go to the source code of this file.
Classes | |
class | llvm::SimpleLoopUnswitchPass |
This pass transforms loops that contain branches or switches on loop- invariant conditions to have multiple loops. More... | |
struct | llvm::ShouldRunExtraSimpleLoopUnswitch |
A marker analysis to determine if SimpleLoopUnswitch should run again on a given loop. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |