Home
last modified time | relevance | path

Searched defs:Complexity (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymExpr.h52 mutable unsigned Complexity = 0; global() variable
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h240 unsigned Complexity; global() variable
H A DCodeGenDAGPatterns.cpp4321 int Complexity = TheDef->getValueAsInt("AddedComplexity"); ParseOnePattern() local
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc421 Benchmark* Benchmark::Complexity(BigO complexity) { in Complexity() function in benchmark::internal::Benchmark
426 Benchmark* Benchmark::Complexity(BigOFunc* complexity) { in Complexity() function in benchmark::internal::Benchmark
/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp424 size_t Complexity = 1; in calculateStmtComplexity() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3071 unsigned Complexity = 0; selectLEAAddr() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp809 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) { in GroupByComplexity() local
833 unsigned Complexity = S->getSCEVType(); GroupByComplexity() local