Home
last modified time | relevance | path

Searched full:duplication (Results 1 – 25 of 255) sorted by relevance

1234567891011

/freebsd/crypto/openssl/ssl/statem/
H A DREADME.md10 - Remove duplication of state code between client and server
11 - Remove duplication of state code between TLS and DTLS
14 - Remove duplication of code between each of the message handling functions
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp151 cl::desc("Perform tail duplication during placement. "
162 // Heuristic for tail duplication.
165 cl::desc("Instruction cutoff for tail duplication during layout. "
170 // Heuristic for aggressive tail duplication.
173 cl::desc("Instruction cutoff for aggressive tail duplication during "
178 // Heuristic for tail duplication.
188 // Heuristic for tail duplication if profile count is used in cost model.
191 cl::desc("If profile count information is used in tail duplication cost "
192 "model, the gained fall through number from tail duplication "
200 "triangle tail duplication heuristic to kick in. 0 to disable."),
[all …]
H A DTailDuplicator.cpp53 "Number of instructions added due to tail duplication");
55 "Number of instructions removed due to tail duplication");
59 // Heuristic for tail duplication.
252 // Eliminate some of the copies inserted by tail duplication to maintain in tailDuplicateAndUpdate()
394 // Allow duplication of CFI instructions. in duplicateInstruction()
567 // When doing tail-duplication during layout, the block ordering is in flux, in shouldTailDuplicate()
587 // compensate for the duplication. in shouldTailDuplicate()
621 // Check the instructions in the block to determine whether tail-duplication in shouldTailDuplicate()
629 // tail duplication of some basic blocks, that would be duplicated otherwise. in shouldTailDuplicate()
673 // any subregisters. Due to a bug, tail duplication may add a new operand in shouldTailDuplicate()
[all …]
H A DTailDuplication.cpp79 INITIALIZE_PASS(TailDuplicate, DEBUG_TYPE, "Tail Duplication", false, false)
81 "Early Tail Duplication", false, false)
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp27 // FIXME: Rewrite the Actions to avoid duplication of descriptions/names with
72 // FIXME: Rewrite the Actions to avoid duplication of descriptions/names with
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp53 OS << "header-duplication;"; in printPipeline()
65 // user explicitly marked for vectorization, even when header duplication is in run()
/freebsd/usr.bin/mkuzip/
H A Dmkuzip.8129 Enable de-duplication.
210 The de-duplication is a
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h43 /// Append <path, replacement> pair without duplication.
44 /// \return whether appending suceeds without duplication or not.
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dapq8094-sony-xperia-kitakami-karin_windy.dts8 /* As the names may imply, there is quite a bunch of duplication there. */
/freebsd/share/mk/
H A Dlocal.dirdeps-options.mk2 # avoid duplication
/freebsd/crypto/openssl/crypto/ui/
H A Dui_err.c34 "user data duplication unsupported"},
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-keymgmt.7119 \& /* Key object duplication, a constructor */
377 .SS "Key Object Import, Export and Duplication Functions"
378 .IX Subsection "Key Object Import, Export and Duplication Functions"
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h30 // duplication.
/freebsd/sys/contrib/dev/ipw/
H A DLICENSE123 Use, duplication, or disclosure by the Government is subject to restrictions as
198 Use, duplication, or disclosure by the Government is subject to restrictions as
HDipw2100-1.3-i.fw.uu124 * Use, duplication, or disclosure by the Government is subject to restrictions as
199 * Use, duplication, or disclosure by the Government is subject to restrictions as
HDipw2100-1.3.fw.uu124 * Use, duplication, or disclosure by the Government is subject to restrictions as
199 * Use, duplication, or disclosure by the Government is subject to restrictions as
HDipw2100-1.3-p.fw.uu124 * Use, duplication, or disclosure by the Government is subject to restrictions as
199 * Use, duplication, or disclosure by the Government is subject to restrictions as
/freebsd/sys/contrib/dev/iwi/
HDipw2200-bss.fw.uu126 Use, duplication, or disclosure by the Government is subject to restrictions as
201 Use, duplication, or disclosure by the Government is subject to restrictions as
HDipw2200-ibss.fw.uu126 Use, duplication, or disclosure by the Government is subject to restrictions as
201 Use, duplication, or disclosure by the Government is subject to restrictions as
H A DLICENSE126 Use, duplication, or disclosure by the Government is subject to restrictions as
201 Use, duplication, or disclosure by the Government is subject to restrictions as
HDipw2200-sniffer.fw.uu126 Use, duplication, or disclosure by the Government is subject to restrictions as
201 Use, duplication, or disclosure by the Government is subject to restrictions as
/freebsd/tools/pkgbase/
H A DREADME.md17 * `-c` lints the file and gives warnings/errors, including duplication and
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dnovatek,nt35950.yaml19 either bilinear interpolation or pixel duplication.
/freebsd/share/man/man9/
H A Daccept_filter.9121 function provides a simple way to avoid duplication of code
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Ddigit_table.h51 // the code uses the name __DIGIT_TABLE. In order to avoid code duplication it

1234567891011