Searched defs:TestSCCPass (Results 1 – 1 of 1) sorted by relevance
143 struct TestSCCPass { struct144 TestSCCPass(int &RunCount, int &AnalyzedInstrCount, in TestSCCPass() argument152 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM) { in run()189 static StringRef name() { return "TestSCCPass"; } in name()191 int &RunCount;192 int &AnalyzedInstrCount;193 int &AnalyzedSCCFunctionCount;194 int &AnalyzedModuleFunctionCount;195 bool OnlyUseCachedResults;