LLVM
8.0.1
|
#include "llvm/Analysis/LoopAnalysisManager.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Transforms/Scalar/LoopPassManager.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... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
Pass * | llvm::createSimpleLoopUnswitchLegacyPass (bool NonTrivial=false) |
Create the legacy pass object for the simple loop unswitcher. More... | |