Searched refs:getCachedParentAnalysis (Results 1 – 3 of 3) sorted by relevance
251 getCachedParentAnalysis(Operation *parent) { in getCachedParentAnalysis() function252 return getAnalysisManager().getCachedParentAnalysis<AnalysisT>(parent); in getCachedParentAnalysis()257 Optional<std::reference_wrapper<AnalysisT>> getCachedParentAnalysis() { in getCachedParentAnalysis() function258 return getAnalysisManager().getCachedParentAnalysis<AnalysisT>( in getCachedParentAnalysis()
305 getCachedParentAnalysis(Operation *parentOp) const { in getCachedParentAnalysis() function
247 * `getCachedParentAnalysis<>`290 auto optionalAnalysis = getCachedParentAnalysis<MyOperationAnalysis>();