Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h274 if (Complexity == 0) in computeComplexity()
275 Complexity = 1 + Operand->computeComplexity(); in computeComplexity()
276 return Complexity; in computeComplexity()
350 if (Complexity == 0) in computeComplexity()
351 Complexity = 1 + LHS->computeComplexity(); in computeComplexity()
352 return Complexity; in computeComplexity()
393 if (Complexity == 0) in computeComplexity()
394 Complexity = 1 + RHS->computeComplexity(); in computeComplexity()
395 return Complexity; in computeComplexity()
437 if (Complexity == 0) in computeComplexity()
[all …]
H A DSymExpr.h52 mutable unsigned Complexity = 0; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCloneDetection.cpp430 size_t Complexity = 1; in calculateStmtComplexity() local
447 Complexity = 0; in calculateStmtComplexity()
454 Complexity += calculateStmtComplexity( in calculateStmtComplexity()
456 if (Complexity >= Limit) in calculateStmtComplexity()
461 Complexity += calculateStmtComplexity( in calculateStmtComplexity()
463 if (Complexity >= Limit) in calculateStmtComplexity()
467 return Complexity; in calculateStmtComplexity()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.h200 unsigned Complexity; variable
211 unsigned getComplexity() const { return Complexity; } in getComplexity()
H A DCodeGenTarget.cpp467 Complexity = NumOperands * 3; in ComplexPattern()
469 Complexity = RawComplexity; in ComplexPattern()
H A DCodeGenDAGPatterns.cpp4089 int Complexity = TheDef->getValueAsInt("AddedComplexity"); in ParseOnePattern() local
4107 InstImpResults, Complexity, in ParseOnePattern()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2138 unsigned Complexity = 0; in selectLEAAddr() local
2141 Complexity = 1; in selectLEAAddr()
2145 Complexity = 4; in selectLEAAddr()
2148 Complexity++; in selectLEAAddr()
2155 Complexity++; in selectLEAAddr()
2165 Complexity = 4; in selectLEAAddr()
2167 Complexity += 2; in selectLEAAddr()
2171 Complexity++; in selectLEAAddr()
2174 if (Complexity <= 2) in selectLEAAddr()
H A DX86InstrArithmetic.td1285 // Complexity is reduced to give and with immediate a chance to match first.
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td1670 let AddedComplexity = 20 in { // Complexity greater than and/or/xor
1687 let AddedComplexity = 20 in { // Complexity greater than and/or/xor
1710 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
1721 let AddedComplexity = 20 in { // Complexity greater than compare reg-imm.
1728 let AddedComplexity = 10 in // Complexity greater than compare reg-reg.
1741 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dslist658 // them immediately after __pos. __x must not be *this. Complexity:
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1358 int Complexity = complexity;
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td2161 // Complexity is added so that we match this before we match NILF on the AND
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp810 unsigned Complexity = S->getSCEVType(); in GroupByComplexity() local
814 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) { in GroupByComplexity()
/freebsd-12.1/contrib/diff/doc/
H A Ddiff.texi173 ed.), Vol.@: A, @cite{Algorithms and Complexity}, Elsevier/MIT Press,