Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Pass/
H A DAnalysisManager.h242 struct NestedAnalysisMap { struct
243 NestedAnalysisMap(Operation *op, PassInstrumentor *instrumentor) in NestedAnalysisMap() argument
245 NestedAnalysisMap(Operation *op, NestedAnalysisMap *parent) in NestedAnalysisMap() argument
256 const NestedAnalysisMap *getParent() const { in getParent() argument
269 DenseMap<Operation *, std::unique_ptr<NestedAnalysisMap>> childAnalyses; argument
275 /// NestedAnalysisMap*: A pointer to the parent analysis map. argument
281 PointerUnion<NestedAnalysisMap *, PassInstrumentor *> parentOrInstrumentor; argument
[all...]