Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/Analysis/
H A DCGSCCPassManagerTest.cpp143 struct TestSCCPass { struct
144 TestSCCPass(int &RunCount, int &AnalyzedInstrCount, in TestSCCPass() argument
152 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;