15#ifndef LLVM_TRANSFORMS_IPO_MEMPROF_CONTEXT_DISAMBIGUATION_H
16#define LLVM_TRANSFORMS_IPO_MEMPROF_CONTEXT_DISAMBIGUATION_H
26class GlobalValueSummary;
28class OptimizationRemarkEmitter;
39 bool applyImport(
Module &M);
46 std::unique_ptr<ModuleSummaryIndex> ImportSummaryForTesting;
This file defines the DenseMap class.
Machine Check Debug Module
ModuleSummaryIndex.h This file contains the declarations the classes that hold the module index and s...
This header defines various interfaces for pass management in LLVM.
StringSet - A set-like wrapper for the StringMap.
A container for analyses that lazily runs them and caches their results.
Function and variable summary information to aid decisions and implementation of importing.
PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM)
Class to hold module path string table and global value map, and encapsulate methods for operating on...
A Module instance is used to store all the information related to an LLVM module.
A set of analyses that are preserved following a run of a transformation pass.
An efficient, type-erasing, non-owning reference to a callable.
This is an optimization pass for GlobalISel generic memory operations.
A CRTP mix-in to automatically provide informational APIs needed for passes.