Home
last modified time | relevance | path

Searched defs:NestedAnalysisMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DAnalysisManager.h241 struct NestedAnalysisMap { struct
242 NestedAnalysisMap(Operation *op, PassInstrumentor *instrumentor) in NestedAnalysisMap() argument
244 NestedAnalysisMap(Operation *op, NestedAnalysisMap *parent) in NestedAnalysisMap() function
255 const NestedAnalysisMap *getParent() const { in getParent() argument
268 DenseMap<Operation *, std::unique_ptr<NestedAnalysisMap>> childAnalyses; argument
274 /// NestedAnalysisMap*: A pointer to the parent analysis map. argument
280 PointerUnion<NestedAnalysisMap *, PassInstrumentor *> parentOrInstrumentor; argument