Searched refs:getCachedParentAnalysis (Results 1 – 3 of 3) sorted by relevance
224 getCachedParentAnalysis(Operation *parent) { in getCachedParentAnalysis() function225 return getAnalysisManager().getCachedParentAnalysis<AnalysisT>(parent); in getCachedParentAnalysis()230 Optional<std::reference_wrapper<AnalysisT>> getCachedParentAnalysis() { in getCachedParentAnalysis() function231 return getAnalysisManager().getCachedParentAnalysis<AnalysisT>( in getCachedParentAnalysis()
238 getCachedParentAnalysis(Operation *parentOp) const { in getCachedParentAnalysis() function
149 * `getCachedParentAnalysis<>`178 auto optionalAnalysis = getCachedParentAnalysis<MyOperationAnalysis>();