Home | History | Annotate | Download | only in IR

Lines Matching refs:Runs

32   TestFunctionAnalysis(int &Runs) : Runs(Runs) {}
36 ++Runs;
49 int &Runs;
63 TestModuleAnalysis(int &Runs) : Runs(Runs) {}
66 ++Runs;
76 int &Runs;
137 // Typical path just runs the analysis as needed.
240 // Count the runs over a Function.
259 // Count the runs over a module.
263 // Count the runs over a Function in a separate manager.