This header provides internal APIs and implementation details used by the pass management interfaces exposed in PassManager.h.
More...
|
struct | llvm::detail::PassConcept< IRUnitT, AnalysisManagerT, ExtraArgTs > |
| Template for the abstract base class used to dispatch polymorphically over pass objects. More...
|
|
struct | llvm::detail::PassModel< IRUnitT, PassT, PreservedAnalysesT, AnalysisManagerT, ExtraArgTs > |
| A template wrapper used to implement the polymorphic API. More...
|
|
struct | llvm::detail::AnalysisResultConcept< IRUnitT, PreservedAnalysesT, InvalidatorT > |
| Abstract concept of an analysis result. More...
|
|
class | llvm::detail::ResultHasInvalidateMethod< IRUnitT, ResultT > |
| SFINAE metafunction for computing whether ResultT provides an invalidate member function. More...
|
|
struct | llvm::detail::AnalysisResultModel< IRUnitT, PassT, ResultT, PreservedAnalysesT, InvalidatorT, false > |
| Specialization of AnalysisResultModel which provides the default invalidate functionality. More...
|
|
struct | llvm::detail::AnalysisResultModel< IRUnitT, PassT, ResultT, PreservedAnalysesT, InvalidatorT, true > |
| Specialization of AnalysisResultModel which delegates invalidate handling to ResultT . More...
|
|
struct | llvm::detail::AnalysisPassConcept< IRUnitT, PreservedAnalysesT, InvalidatorT, ExtraArgTs > |
| Abstract concept of an analysis pass. More...
|
|
struct | llvm::detail::AnalysisPassModel< IRUnitT, PassT, PreservedAnalysesT, InvalidatorT, ExtraArgTs > |
| Wrapper to model the analysis pass concept. More...
|
|
This header provides internal APIs and implementation details used by the pass management interfaces exposed in PassManager.h.
To understand more context of why these particular interfaces are needed, see that header file. None of these APIs should be used elsewhere.
Definition in file PassManagerInternal.h.