Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp425 size_t Complexity = 1; in calculateStmtComplexity() local
442 Complexity = 0; in calculateStmtComplexity()
449 Complexity += calculateStmtComplexity( in calculateStmtComplexity()
451 if (Complexity >= Limit) in calculateStmtComplexity()
456 Complexity += calculateStmtComplexity( in calculateStmtComplexity()
458 if (Complexity >= Limit) in calculateStmtComplexity()
462 return Complexity; in calculateStmtComplexity()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h283 if (Complexity == 0) in computeComplexity()
284 Complexity = 1 + Operand->computeComplexity(); in computeComplexity()
285 return Complexity; in computeComplexity()
382 if (Complexity == 0) in computeComplexity()
383 Complexity = in computeComplexity()
385 return Complexity; in computeComplexity()
H A DSymExpr.h51 mutable unsigned Complexity = 0; variable
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h210 unsigned Complexity; variable
221 unsigned getComplexity() const { return Complexity; } in getComplexity()
H A DCodeGenTarget.cpp590 Complexity = NumOperands * 3; in ComplexPattern()
592 Complexity = RawComplexity; in ComplexPattern()
H A DCodeGenDAGPatterns.cpp4257 int Complexity = TheDef->getValueAsInt("AddedComplexity"); in ParseOnePattern() local
4274 InstImpResults, Complexity, in ParseOnePattern()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2641 unsigned Complexity = 0; in selectLEAAddr() local
2643 Complexity = 1; in selectLEAAddr()
2645 Complexity = 4; in selectLEAAddr()
2648 Complexity++; in selectLEAAddr()
2653 Complexity++; in selectLEAAddr()
2663 Complexity = 4; in selectLEAAddr()
2665 Complexity += 2; in selectLEAAddr()
2696 Complexity++; in selectLEAAddr()
2700 Complexity++; in selectLEAAddr()
2703 if (Complexity <= 2) in selectLEAAddr()
H A DX86InstrArithmetic.td1475 // Complexity is reduced to give and with immediate a chance to match first.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td1783 let AddedComplexity = 20 in { // Complexity greater than and/or/xor
1800 let AddedComplexity = 20 in { // Complexity greater than and/or/xor
1824 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
1849 let AddedComplexity = 20 in { // Complexity greater than compare reg-imm.
1856 let AddedComplexity = 10 in // Complexity greater than compare reg-reg.
1872 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td39 // Give explicit Complexity to prefer simm5/uimm5.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp855 auto Complexity = in GroupByComplexity() local
857 return Complexity && *Complexity < 0; in GroupByComplexity()
879 unsigned Complexity = S->getSCEVType(); in GroupByComplexity() local
883 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) { in GroupByComplexity()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1574 "Complexity is here defined as the total amount of children "
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1667 int Complexity = complexity;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td2314 // Complexity is added so that we match this before we match NILF on the AND
/freebsd-13.1/contrib/diff/doc/
H A Ddiff.texi173 ed.), Vol.@: A, @cite{Algorithms and Complexity}, Elsevier/MIT Press,