Home
last modified time | relevance | path

Searched refs:Runs (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp145 std::vector<Run> Runs; in computeBlockRuns() local
147 return Runs; in computeBlockRuns()
153 Runs.emplace_back(CurrentBlock); in computeBlockRuns()
155 Run *CurrentRun = &Runs.back(); in computeBlockRuns()
158 Runs.emplace_back(NextBlock); in computeBlockRuns()
159 CurrentRun = &Runs.back(); in computeBlockRuns()
168 return Runs; in computeBlockRuns()
171 static std::pair<Run, uint64_t> findRun(uint64_t Offset, ArrayRef<Run> Runs) { in findRun() argument
172 for (const auto &R : Runs) { in findRun()
223 auto Runs = computeBlockRuns(File.getBlockSize(), Stream); in formatMsfStreamData() local
[all …]
/llvm-project-15.0.7/llvm/unittests/IR/
H A DPassManagerTest.cpp41 TestFunctionAnalysis(int &Runs) : Runs(Runs) {} in TestFunctionAnalysis() argument
45 ++Runs; in run()
58 int &Runs; member in __anone164db580111::TestFunctionAnalysis
77 TestModuleAnalysis(int &Runs) : Runs(Runs) {} in TestModuleAnalysis() argument
80 ++Runs; in run()
91 int &Runs; member in __anone164db580111::TestModuleAnalysis
626 : Runs(Runs), MAM(MAM) {} in TestIndirectFunctionAnalysis()
630 ++Runs; in run()
648 int &Runs; member
676 TestDoublyIndirectFunctionAnalysis(int &Runs) : Runs(Runs) {} in TestDoublyIndirectFunctionAnalysis()
[all …]
/llvm-project-15.0.7/clang/unittests/Basic/
H A DSarifTest.cpp106 const llvm::json::Array *Runs = Doc.getArray("runs"); in TEST_F() local
110 ASSERT_THAT(Runs, testing::NotNull()); in TEST_F()
113 ASSERT_EQ(Runs->size(), 1UL); in TEST_F()
117 Runs->begin()->getAsObject()->getObject("tool")->getObject("driver"); in TEST_F()
172 const llvm::json::Array *Runs = Doc.getArray("runs"); in TEST_F() local
175 ASSERT_THAT(Runs, ::testing::NotNull()); in TEST_F()
176 ASSERT_EQ(Runs->size(), 1UL); in TEST_F()
177 const llvm::json::Object *TheRun = Runs->back().getAsObject(); in TEST_F()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSarif.cpp231 assert(!Runs.empty() && "There are no runs associated with the document!"); in getCurrentTool()
233 return *Runs.back().getAsObject()->get("tool")->getAsObject(); in getCurrentTool()
250 assert(!Runs.empty() && "There are no runs associated with the document!"); in endRun()
336 Runs.emplace_back(std::move(TheRun)); in createRun()
347 assert(!Runs.empty() && "There are no runs associated with the document!"); in getCurrentRun()
348 return *Runs.back().getAsObject(); in getCurrentRun()
386 if (!Runs.empty()) in createDocument()
387 Doc["runs"] = json::Array(Runs); in createDocument()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DCGSCCPassManagerTest.cpp43 TestModuleAnalysis(int &Runs) : Runs(Runs) {} in TestModuleAnalysis() argument
46 ++Runs; in run()
54 int &Runs; member in __anone177e1640111::TestModuleAnalysis
74 TestSCCAnalysis(int &Runs) : Runs(Runs) {} in TestSCCAnalysis() argument
77 ++Runs; in run()
104 TestFunctionAnalysis(int &Runs) : Runs(Runs) {} in TestFunctionAnalysis() argument
107 ++Runs; in run()
135 TestImmutableFunctionAnalysis(int &Runs) : Runs(Runs) {} in TestImmutableFunctionAnalysis() argument
881 : Runs(Runs), MAM(MAM) {} in TestIndirectSCCAnalysis()
937 TestDoublyIndirectSCCAnalysis(int &Runs) : Runs(Runs) {} in TestDoublyIndirectSCCAnalysis()
[all …]
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-02-02.test5 rbi: 147 # Runs Batted In
H A Dspec-02-15.test7 63 Home Runs
H A Dspec-02-16.test8 65 Home Runs
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/gcov/Inputs/
H A Dtest_no_gcda.h.gcov4 -: 0:Runs:0
H A Dtest_no_options.h.gcov4 -: 0:Runs:1
H A Dtest_no_gcda.cpp.gcov4 -: 0:Runs:0
H A Dtest_no_options.cpp.gcov4 -: 0:Runs:1
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dwrite_register.ll1 ; Runs original SDAG test with -global-isel
H A Dread_register.ll1 ; Runs original SDAG test with -global-isel
H A Dret.ll1 ; Runs original SDAG test with -global-isel
H A Dllvm.amdgcn.wqm.vote.ll1 ; Runs original SDAG test with -global-isel
H A Dllvm.amdgcn.init.exec.wave32.ll1 ; Runs original SDAG test with -global-isel
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dreject.test1 # Runs the Reject.cpp test,
/llvm-project-15.0.7/compiler-rt/test/profile/Inputs/
H A Dinstrprof-shared-lib_in-loop.c.gcov4 // CHECK-NEXT: -: 0:Runs:1
H A Dinstrprof-gcov-exceptions.cpp.gcov4 // CHECK-NEXT: -: 0:Runs:1
H A Dinstrprof-gcov-one-line-function.c.gcov4 // CHECK-NEXT: -: 0:Runs:1
H A Dinstrprof-gcov-switch1.c.gcov4 // CHECK-NEXT: -: 0:Runs:1
H A Dinstrprof-gcov-switch2.c.gcov4 // CHECK-NEXT: -: 0:Runs:1
H A Dinstrprof-shared-main.c.gcov4 // CHECK-NEXT: -: 0:Runs:1
H A Dinstrprof-gcov-multiple-bbs-single-line.c.gcov4 // CHECK-NEXT: -: 0:Runs:1

12