class HotColdSplittingPass
Declaration
class HotColdSplittingPass : public PassInfoMixin { /* full declaration omitted */ };
Description
Pass to outline cold regions.
Declared at: llvm/include/llvm/Transforms/IPO/HotColdSplitting.h:61
Inherits from: PassInfoMixin
Method Overview
- public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager & AM)
Methods
ΒΆllvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
Declared at: llvm/include/llvm/Transforms/IPO/HotColdSplitting.h:63