HomeSort by: relevance | last modified time | path
    Searched refs:ScratchSpace (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.h 48 struct ScratchSpace {
51 ScratchSpace()
87 const std::unique_ptr<ScratchSpace> Scratch;
BenchmarkRunner.cpp 34 : State(State), Mode(Mode), Scratch(std::make_unique<ScratchSpace>()) {}
43 BenchmarkRunner::ScratchSpace *Scratch)
131 BenchmarkRunner::ScratchSpace *const Scratch;
ParallelSnippetGenerator.cpp 113 assert(I * MemStep < BenchmarkRunner::ScratchSpace::kSize &&

Completed in 101 milliseconds