Home
last modified time | relevance | path

Searched refs:getCachedParentAnalysis (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPass.h251 getCachedParentAnalysis(Operation *parent) { in getCachedParentAnalysis() function
252 return getAnalysisManager().getCachedParentAnalysis<AnalysisT>(parent); in getCachedParentAnalysis()
257 Optional<std::reference_wrapper<AnalysisT>> getCachedParentAnalysis() { in getCachedParentAnalysis() function
258 return getAnalysisManager().getCachedParentAnalysis<AnalysisT>( in getCachedParentAnalysis()
H A DAnalysisManager.h305 getCachedParentAnalysis(Operation *parentOp) const { in getCachedParentAnalysis() function
/llvm-project-15.0.7/mlir/docs/
H A DPassManagement.md247 * `getCachedParentAnalysis<>`
290 auto optionalAnalysis = getCachedParentAnalysis<MyOperationAnalysis>();