Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dfilesystem.bench.cpp24 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity();
72 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity();
74 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity();
94 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity();
115 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity();
159 getRandomPaths, /*PathLen*/5)->RangeMultiplier(2)->Range(2, 256)->Complexity();
161 getRandomPaths, /*PathLen*/32)->RangeMultiplier(2)->Range(2, 256)->Complexity();
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h297 if (Complexity == 0) in computeComplexity()
298 Complexity = 1 + Operand->computeComplexity(); in computeComplexity()
299 return Complexity; in computeComplexity()
347 if (Complexity == 0) in computeComplexity()
348 Complexity = 1 + Operand->computeComplexity(); in computeComplexity()
349 return Complexity; in computeComplexity()
446 if (Complexity == 0) in computeComplexity()
447 Complexity = in computeComplexity()
449 return Complexity; in computeComplexity()
H A DSymExpr.h51 mutable unsigned Complexity = 0; variable
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.h209 unsigned Complexity; variable
220 unsigned getComplexity() const { return Complexity; } in getComplexity()
H A DCodeGenTarget.cpp604 Complexity = NumOperands * 3; in ComplexPattern()
606 Complexity = RawComplexity; in ComplexPattern()
H A DCodeGenDAGPatterns.cpp4333 int Complexity = TheDef->getValueAsInt("AddedComplexity"); in ParseOnePattern() local
4350 InstImpResults, Complexity, in ParseOnePattern()
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx17Papers.csv102 "`P0523R1 <https://wg21.link/P0523R1>`__","LWG","Wording for CH 10: Complexity of parallel algorith…
105 "`P0574R1 <https://wg21.link/P0574R1>`__","LWG","Algorithm Complexity Constraints and Parallel Over…
H A DCxx14Issues.csv130 "`2304 <https://wg21.link/lwg2304>`__","Complexity of count in unordered associative containers","I…
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl582delta.pod39 See L<perlsec/"Algorithmic Complexity Attacks"> for the original
H A Dperlsecpolicy.pod273 See L<perlsec/Algorithmic Complexity Attacks> for additional information.
H A Dperlrun.pod1288 See L<perlsec/"Algorithmic Complexity Attacks">, L</PERL_PERTURB_KEYS>, and
1325 See L<perlsec/"Algorithmic Complexity Attacks"> and L</PERL_HASH_SEED>
1341 attack against Perl code, even remotely; see L<perlsec/"Algorithmic Complexity Attacks">
H A Dperlsec.pod484 =head2 Algorithmic Complexity Attacks
H A Dperl581delta.pod80 See L<perlsec/"Algorithmic Complexity Attacks"> for the original
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2762 unsigned Complexity = 0; in selectLEAAddr() local
2764 Complexity = 1; in selectLEAAddr()
2766 Complexity = 4; in selectLEAAddr()
2769 Complexity++; in selectLEAAddr()
2774 Complexity++; in selectLEAAddr()
2784 Complexity = 4; in selectLEAAddr()
2786 Complexity += 2; in selectLEAAddr()
2816 Complexity++; in selectLEAAddr()
2820 Complexity++; in selectLEAAddr()
2823 if (Complexity <= 2) in selectLEAAddr()
H A DX86InstrArithmetic.td1475 // Complexity is reduced to give and with immediate a chance to match first.
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td1877 let AddedComplexity = 20 in { // Complexity greater than and/or/xor
1894 let AddedComplexity = 20 in { // Complexity greater than and/or/xor
1918 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
1943 let AddedComplexity = 20 in { // Complexity greater than compare reg-imm.
1950 let AddedComplexity = 10 in // Complexity greater than compare reg-reg.
1966 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dslist658 // them immediately after __pos. __x must not be *this. Complexity:
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dslist589 // them immediately after __pos. __x must not be *this. Complexity:
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp864 auto Complexity = in GroupByComplexity() local
866 return Complexity && *Complexity < 0; in GroupByComplexity()
888 unsigned Complexity = S->getSCEVType(); in GroupByComplexity() local
892 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) { in GroupByComplexity()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1639 "Complexity is here defined as the total amount of children "
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1885 int Complexity = complexity;
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVVLPatterns.td399 // Give explicit Complexity to prefer simm5/uimm5.
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td2336 // Complexity is added so that we match this before we match NILF on the AND
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/
H A Dperlfunc.pod

12