Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Pass/
DPass.h224 getCachedParentAnalysis(Operation *parent) { in getCachedParentAnalysis() function
225 return getAnalysisManager().getCachedParentAnalysis<AnalysisT>(parent); in getCachedParentAnalysis()
230 Optional<std::reference_wrapper<AnalysisT>> getCachedParentAnalysis() { in getCachedParentAnalysis() function
231 return getAnalysisManager().getCachedParentAnalysis<AnalysisT>( in getCachedParentAnalysis()
DAnalysisManager.h238 getCachedParentAnalysis(Operation *parentOp) const { in getCachedParentAnalysis() function
/external/llvm-project/mlir/docs/
DPassManagement.md149 * `getCachedParentAnalysis<>`
178 auto optionalAnalysis = getCachedParentAnalysis<MyOperationAnalysis>();