Lines Matching full:runs
41 TestFunctionAnalysis(int &Runs) : Runs(Runs) {} in TestFunctionAnalysis() argument
45 ++Runs; in run()
58 int &Runs; member in __anon1d60355b0111::TestFunctionAnalysis
77 TestModuleAnalysis(int &Runs) : Runs(Runs) {} in TestModuleAnalysis() argument
80 ++Runs; in run()
91 int &Runs; member in __anon1d60355b0111::TestModuleAnalysis
139 // Typical path just runs the analysis as needed. in run()
437 // Count the runs over a Function. in TEST_F()
457 // Count the runs over a module. in TEST_F()
461 // Count the runs over a Function in a separate manager. in TEST_F()
540 // fifth run invalidates 1 function first, but runs over 0 functions in TEST_F()
625 TestIndirectFunctionAnalysis(int &Runs, ModuleAnalysisManager &MAM) in TestIndirectFunctionAnalysis()
626 : Runs(Runs), MAM(MAM) {} in TestIndirectFunctionAnalysis()
630 ++Runs; in run()
648 int &Runs; member
676 TestDoublyIndirectFunctionAnalysis(int &Runs) : Runs(Runs) {} in TestDoublyIndirectFunctionAnalysis()
680 ++Runs; in run()
689 int &Runs; member
791 // There are generally two possible runs for each of the three functions. But in TEST_F()
919 // FunctionPassManager::run() except that it runs all passes at once by calling