Searched defs:TestFunctionPass (Results 1 – 2 of 2) sorted by relevance
28 struct TestFunctionPass struct30 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestFunctionPass) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID()33 StringRef getArgument() const final { return "test-function-pass"; } in getArgument()34 StringRef getDescription() const final { in getDescription()
113 struct TestFunctionPass : PassInfoMixin<TestFunctionPass> { struct114 TestFunctionPass(int &RunCount, int &AnalyzedInstrCount, in TestFunctionPass() argument121 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM) { in run()147 int &RunCount;148 int &AnalyzedInstrCount;149 int &AnalyzedFunctionCount;150 ModuleAnalysisManager &MAM;151 bool OnlyUseCachedResults;