llvm::createFixIrreduciblePass

Create a pass that converts each irreducible SCC into a natural loop.

Synopsis

Declared in <llvm/Transforms/Utils.h>

FunctionPass*
createFixIrreduciblePass();

Return Value

An owning pointer to the newly created FunctionPass.