Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Pass/
H A DTestPassManager.cpp29 struct TestFunctionPass struct
31 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestFunctionPass) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument
34 getArgument__anonc36e5da30111::TestFunctionPass getArgument() argument
35 getDescription__anonc36e5da30111::TestFunctionPass getDescription() argument
/llvm-project/llvm/unittests/IR/
H A DPassManagerTest.cpp113 struct TestFunctionPass : PassInfoMixin<TestFunctionPass> { struct
114 TestFunctionPass(int &RunCount, int &AnalyzedInstrCount, in TestFunctionPass() function
121 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM) { in run()
147 int &RunCount;
148 int &AnalyzedInstrCount;
149 int &AnalyzedFunctionCount;
150 ModuleAnalysisManager &MAM;
151 bool OnlyUseCachedResults;