forked from OSchip/llvm-project
parent
46f888dd80
commit
1c9fb0007e
|
@ -136,6 +136,13 @@ Pass *createInstructionCombiningPass();
|
|||
FunctionPass *createLICMPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// LoopUnswitch - This pass is a simple loop unswitching pass.
|
||||
//
|
||||
FunctionPass *createLoopUnswitchPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// LoopUnroll - This pass is a simple loop unrolling pass.
|
||||
|
|
Loading…
Reference in New Issue