Home
last modified time | relevance | path

Searched defs:getCachedAnalysis (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Pass/
H A DAnalysisManager.h172 std::optional<std::reference_wrapper<AnalysisT>> getCachedAnalysis() const { in getCachedAnalysis() function
332 std::optional<std::reference_wrapper<AnalysisT>> getCachedAnalysis() const { in getCachedAnalysis() function
H A DPass.h235 std::optional<std::reference_wrapper<AnalysisT>> getCachedAnalysis() { in getCachedAnalysis() function