OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dce
(Results
176 - 200
of
528
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Transforms/SLPVectorizer/X86/
external_user.ll
1
; RUN: opt < %s -basicaa -slp-vectorizer -
dce
-S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
extract.ll
1
; RUN: opt < %s -basicaa -slp-vectorizer -
dce
-S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
flag.ll
1
; RUN: opt < %s -basicaa -slp-vectorizer -slp-threshold=1000 -
dce
-S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
hoist.ll
1
; RUN: opt < %s -basicaa -slp-vectorizer -
dce
-S -mtriple=i386-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
in-tree-user.ll
1
; RUN: opt < %s -basicaa -slp-vectorizer -
dce
-S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
long_chains.ll
1
; RUN: opt < %s -basicaa -slp-vectorizer -
dce
-S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
multi_user.ll
1
; RUN: opt < %s -basicaa -slp-vectorizer -
dce
-S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
odd_store.ll
1
; RUN: opt < %s -basicaa -slp-vectorizer -
dce
-S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
reduction.ll
1
; RUN: opt < %s -basicaa -slp-vectorizer -
dce
-S -mtriple=i386-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
saxpy.ll
1
; RUN: opt < %s -basicaa -slp-vectorizer -
dce
-S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
/external/llvm/tools/bugpoint/
ExtractFunction.cpp
45
NoDCE ("disable-
dce
",
46
cl::desc("Do not use the -
dce
pass to reduce testcases"));
120
Passes.push_back("
dce
");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c
218
rc_dataflow_mark_outputs_fn
dce
= (rc_dataflow_mark_outputs_fn)user;
local
228
dce
(c, &s, &mark_output_use);
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c
218
rc_dataflow_mark_outputs_fn
dce
= (rc_dataflow_mark_outputs_fn)user;
local
228
dce
(c, &s, &mark_output_use);
/external/e2fsprogs/debian/attic/libs/
control
109
using a standard which is blessed by both Microsoft and
DCE
, and is
/external/llvm/test/Analysis/BasicAA/
featuretest.ll
4
; RUN: opt < %s -basicaa -gvn -instcombine -
dce
-S | FileCheck %s
/external/llvm/test/CodeGen/X86/
coalescer-dce.ll
1
; RUN: llc < %s -disable-fp-elim -disable-machine-
dce
-verify-coalescing
/external/llvm/test/Transforms/LoopVectorize/X86/
illegal-parallel-loop-uniform-write.ll
1
; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -
dce
-instcombine -S | FileCheck %s
unroll_selection.ll
1
; RUN: opt < %s -loop-vectorize -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx -force-vector-width=4 -force-vector-unroll=0 -
dce
-S | FileCheck %s
/external/llvm/test/Transforms/LoopVectorize/
bzip_reverse_loops.ll
1
; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -
dce
-instcombine -S -enable-if-conversion | FileCheck %s
dbg.value.ll
1
; RUN: opt < %s -S -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -
dce
-instcombine | FileCheck %s
if-conversion.ll
1
; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -enable-if-conversion -
dce
-instcombine -S | FileCheck %s
ptr_loops.ll
1
; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -
dce
-instcombine -S -enable-if-conversion | FileCheck %s
runtime-limit.ll
1
; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -
dce
-instcombine -S | FileCheck %s
same-base-access.ll
1
; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -
dce
-instcombine -S -enable-if-conversion | FileCheck %s
vectorize-once.ll
1
; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -
dce
-instcombine -S -simplifycfg | FileCheck %s
Completed in 1365 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>