HomeSort by relevance Sort by last modified time
    Searched defs:Runs (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/Analysis/
LoopPassManagerTest.cpp 28 int &Runs;
42 TestLoopAnalysis(int &Runs) : Runs(Runs) {}
46 ++Runs;
76 // Typical path just runs the analysis as needed.
201 // The first LPM runs the loop analysis for all four loops, the second uses
CGSCCPassManagerTest.cpp 35 TestModuleAnalysis(int &Runs) : Runs(Runs) {}
38 ++Runs;
45 int &Runs;
60 TestSCCAnalysis(int &Runs) : Runs(Runs) {}
63 ++Runs;
70 int &Runs;
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 319 if (Flags.runs >= 0)
320 Options.MaxNumberOfRuns = Flags.runs;
372 int Runs = std::max(1, Flags.runs);
374 Inputs->size(), Runs);
378 for (int Iter = 0; Iter < Runs; Iter++)
419 Printf("Done %d runs in %zd second(s)\n", F.getTotalNumberOfRuns(),
  /external/llvm/unittests/IR/
PassManagerTest.cpp 29 TestFunctionAnalysis(int &Runs) : Runs(Runs) {}
33 ++Runs;
46 int &Runs;
58 TestModuleAnalysis(int &Runs) : Runs(Runs) {}
61 ++Runs;
72 int &Runs;
    [all...]

Completed in 425 milliseconds