Searched refs:conservative (Results 1 – 25 of 63) sorted by relevance
123
/external/v8/src/js/ |
D | runtime.js | 139 function SpeciesConstructor(object, defaultConstructor, conservative) { argument 157 return conservative ? defaultConstructor : object.constructor;
|
D | typedarray.js | 131 function TypedArraySpeciesCreate(exemplar, arg0, arg1, arg2, conservative) { argument 134 conservative);
|
/external/llvm/test/Analysis/CFLAliasAnalysis/ |
D | arguments.ll | 1 ; This testcase ensures that CFL AA gives conservative answers on variables
|
D | basic-interproc.ll | 1 ; This testcase ensures that CFL AA gives conservative answers on variables
|
D | arguments-globals.ll | 1 ; This testcase ensures that CFL AA gives conservative answers on variables
|
D | basic-interproc-ret.ll | 1 ; This testcase ensures that CFL AA gives conservative answers on variables
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | atomic.ll | 55 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure 65 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
|
/external/llvm/test/CodeGen/NVPTX/ |
D | machine-sink.ll | 11 ; conservative on sinking memory accesses. As a result, the loads and
|
/external/iproute2/tc/ |
D | README.last | 19 Default setting is the most conservative PSCHED_GETTIMEOFDAY.
|
/external/llvm/test/Transforms/SROA/ |
D | fca.ll | 26 ; FIXME: This may be too conservative. Duncan argues that we are allowed to
|
/external/llvm/test/Transforms/GVN/ |
D | pre-single-pred.ll | 6 ; conservative checking to make sure we don't make paths longer, but we don't
|
/external/fec/ |
D | sse2bfly27.s | 130 # This is extremely conservative, and empirical testing at a variety of Eb/Nos might
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | gvn-nonlocal-type-mismatch.ll | 31 ; should just be conservative.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 35 conservative manner, allowing libraries to be optimized or individual
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | fence.ll | 5 ; of performing. To say it differently, this file tests a conservative
|
/external/llvm/test/CodeGen/AArch64/ |
D | tailcall-explicit-sret.ll | 51 ; This is too conservative, but doesn't really happen in practice.
|
/external/libvorbis/ |
D | CHANGES | 4 * revert noise norm to conservative 1.2.3 behavior pending
|
/external/glide/third_party/disklrucache/ |
D | README.md | 19 space-sensitive applications should set a conservative limit.
|
/external/llvm/test/Transforms/LoopVectorize/ARM/ |
D | gather-cost.ll | 17 ; Make sure we are conservative and don't vectorize it.
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | gather-cost.ll | 16 ; Make sure we are conservative and don't vectorize it.
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 35 else, but we do have to be conservative about all other bindings within `foo`. 98 bindings within a cluster must be treated in the same way for a conservative
|
D | IPA.txt | 276 "dynamic", but performs a conservative invalidation in the general virtual case 308 definition is available. This mode is conservative about simulating the 319 conservative mode is used.
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | call.ll | 141 ; We can't use 'musttail' here because the verifier is too conservative and
|
/external/llvm/test/Transforms/SCCP/ |
D | undef-resolve.ll | 117 ; Be conservative with FP ops
|
/external/srtp/googlepatches/ |
D | google-9-rdbx-leak-plug.patch | 136 * we use a conservative deallocation strategy - if any deallocation
|
123