Searched defs:TestFunctionPass (Results 1 – 2 of 2) sorted by relevance
29 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
113 struct TestFunctionPass : PassInfoMixin<TestFunctionPass> { struct114 TestFunctionPass(int &RunCount, int &AnalyzedInstrCount, in TestFunctionPass() function121 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM) { in run()147 int &RunCount;148 int &AnalyzedInstrCount;149 int &AnalyzedFunctionCount;150 ModuleAnalysisManager &MAM;151 bool OnlyUseCachedResults;