LLVM 19.0.0git
Namespaces | Functions
SplitModule.h File Reference
#include "llvm/ADT/STLFunctionalExtras.h"
#include <memory>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

void llvm::SplitModule (Module &M, unsigned N, function_ref< void(std::unique_ptr< Module > MPart)> ModuleCallback, bool PreserveLocals=false)
 Splits the module M into N linkable partitions.