Home
last modified time | relevance | path

Searched defs:complexity (Results 1 – 6 of 6) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dcomplexity.cc29 BigOFunc* FittingCurve(BigO complexity) { in FittingCurve()
56 std::string GetBigOString(BigO complexity) { in GetBigOString()
128 const std::vector<double>& time, const BigO complexity) { in MinimalLeastSq()
H A Dcomplexity.h47 BigO complexity; member
H A Dbenchmark_api_internal.h34 BigO complexity() const { return complexity_; } in complexity() function
H A Dbenchmark_register.cc421 Benchmark* Benchmark::Complexity(BigO complexity) { in Complexity()
426 Benchmark* Benchmark::Complexity(BigOFunc* complexity) { in Complexity()
/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp595 int complexity = Pattern.getPatternComplexity(CGP); collectPatterns() local
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1843 BigO complexity; member