Searched defs:NestedAnalysisMap (Results 1 – 1 of 1) sorted by relevance
241 struct NestedAnalysisMap { struct242 NestedAnalysisMap(Operation *op, PassInstrumentor *instrumentor) in NestedAnalysisMap() argument244 NestedAnalysisMap(Operation *op, NestedAnalysisMap *parent) in NestedAnalysisMap() function255 const NestedAnalysisMap *getParent() const { in getParent() argument268 DenseMap<Operation *, std::unique_ptr<NestedAnalysisMap>> childAnalyses; argument274 /// NestedAnalysisMap*: A pointer to the parent analysis map. argument280 PointerUnion<NestedAnalysisMap *, PassInstrumentor *> parentOrInstrumentor; argument