Home
last modified time | relevance | path

Searched refs:Complexity (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp424 size_t Complexity = 1; in calculateStmtComplexity() local
441 Complexity = 0; in calculateStmtComplexity()
448 Complexity += calculateStmtComplexity( in calculateStmtComplexity()
450 if (Complexity >= Limit) in calculateStmtComplexity()
455 Complexity += calculateStmtComplexity( in calculateStmtComplexity()
457 if (Complexity >= Limit) in calculateStmtComplexity()
461 return Complexity; in calculateStmtComplexity()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h298 if (Complexity == 0) in computeComplexity()
299 Complexity = 1 + Operand->computeComplexity(); in computeComplexity()
300 return Complexity; in computeComplexity()
348 if (Complexity == 0) in computeComplexity()
349 Complexity = 1 + Operand->computeComplexity(); in computeComplexity()
350 return Complexity; in computeComplexity()
447 if (Complexity == 0) in computeComplexity()
448 Complexity = in computeComplexity()
450 return Complexity; in computeComplexity()
H A DSymExpr.h52 mutable unsigned Complexity = 0; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h240 unsigned Complexity; variable
250 unsigned getComplexity() const { return Complexity; } in getComplexity()
H A DCodeGenTarget.cpp417 Complexity = NumOperands * 3; in ComplexPattern()
419 Complexity = RawComplexity; in ComplexPattern()
H A DCodeGenDAGPatterns.cpp4321 int Complexity = TheDef->getValueAsInt("AddedComplexity"); in ParseOnePattern() local
4338 InstImpResults, Complexity, in ParseOnePattern()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3072 unsigned Complexity = 0; in selectLEAAddr() local
3074 Complexity = 1; in selectLEAAddr()
3076 Complexity = 4; in selectLEAAddr()
3079 Complexity++; in selectLEAAddr()
3084 Complexity++; in selectLEAAddr()
3094 Complexity = 4; in selectLEAAddr()
3096 Complexity += 2; in selectLEAAddr()
3126 Complexity++; in selectLEAAddr()
3130 Complexity++; in selectLEAAddr()
3133 if (Complexity <= 2) in selectLEAAddr()
H A DX86InstrArithmetic.td1371 // Complexity is reduced to give and with immediate a chance to match first.
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td1926 let AddedComplexity = 20 in { // Complexity greater than and/or/xor
1943 let AddedComplexity = 20 in { // Complexity greater than and/or/xor
1967 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
1992 let AddedComplexity = 20 in { // Complexity greater than compare reg-imm.
1999 let AddedComplexity = 10 in // Complexity greater than compare reg-reg.
2015 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok973 I. Pohl A Sorting Problem and Its Complexity . . 462--464
2302 William C. Rounds The Intrinsically Exponential Complexity
2307 Jeffrey D. Ullman On the Complexity of LR(k) Testing . . . 707--716
2786 Michael O. Rabin Complexity of Computations . . . . . . . 625--633
2953 Michael O. Rabin Corrigendum: ``Complexity of
H A Dfunstack.in6860 title = "A Sorting Problem and Its Complexity",
17438 …title = "The Intrinsically Exponential Complexity of the Circularity Problem for Attribute …
17465 title = "On the Complexity of {LR(k)} Testing",
21188 title = "Complexity of Computations",
22477 title = "Corrigendum: {``Complexity of computations''}",
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1682 "Complexity is here defined as the total amount of children "
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp809 auto Complexity = in GroupByComplexity() local
811 return Complexity && *Complexity < 0; in GroupByComplexity()
833 unsigned Complexity = S->getSCEVType(); in GroupByComplexity() local
837 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) { in GroupByComplexity()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td2048 int Complexity = complexity;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td2284 // Complexity is added so that we match this before we match NILF on the AND
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVVLPatterns.td600 // Give explicit Complexity to prefer simm5/uimm5.
/freebsd/contrib/diff/doc/
H A Ddiff.texi173 ed.), Vol.@: A, @cite{Algorithms and Complexity}, Elsevier/MIT Press,