Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dead_consts
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
eliminate_dead_constant_pass.cpp
57
std::unordered_set<Instruction*>
dead_consts
;
in Process()
local
91
dead_consts
.insert(inst);
in Process()
96
for (auto* dc :
dead_consts
) {
in Process()
99
return
dead_consts
.empty() ? Status::SuccessWithoutChange
in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
eliminate_dead_constant_pass.cpp
57
std::unordered_set<Instruction*>
dead_consts
;
in Process()
local
91
dead_consts
.insert(inst);
in Process()
96
for (auto* dc :
dead_consts
) {
in Process()
99
return
dead_consts
.empty() ? Status::SuccessWithoutChange
in Process()
/third_party/spirv-tools/source/opt/
H
A
D
eliminate_dead_constant_pass.cpp
56
std::unordered_set<Instruction*>
dead_consts
;
in Process()
local
90
dead_consts
.insert(inst);
in Process()
95
for (auto* dc :
dead_consts
) {
in Process()
98
return
dead_consts
.empty() ? Status::SuccessWithoutChange
in Process()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H
A
D
eliminate_dead_const_test.cpp
145
std::vector<std::string>
dead_consts
;
member
194
builder.AppendTypesConstantsGlobals(tc.
dead_consts
);
in TEST_P()
215
/* .
dead_consts
= */
230
/* .
dead_consts
= */
245
/* .
dead_consts
= */
260
/* .
dead_consts
= */
287
/* .
dead_consts
= */
310
/* .
dead_consts
= */
330
/* .
dead_consts
= */
353
/* .
dead_consts
[all...]
H
A
D
aggressive_dead_code_elim_test.cpp
3791
std::vector<std::string>
dead_consts
;
3843
builder.AppendTypesConstantsGlobals(tc.
dead_consts
);
3867
/* .
dead_consts
= */
3888
/* .
dead_consts
= */
3909
/* .
dead_consts
= */
3930
/* .
dead_consts
= */
3963
/* .
dead_consts
= */
3994
/* .
dead_consts
= */
4023
/* .
dead_consts
= */
4054
/* .
dead_consts
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H
A
D
eliminate_dead_const_test.cpp
145
std::vector<std::string>
dead_consts
;
member
194
builder.AppendTypesConstantsGlobals(tc.
dead_consts
);
in TEST_P()
215
/* .
dead_consts
= */
230
/* .
dead_consts
= */
245
/* .
dead_consts
= */
260
/* .
dead_consts
= */
287
/* .
dead_consts
= */
310
/* .
dead_consts
= */
330
/* .
dead_consts
= */
353
/* .
dead_consts
[all...]
H
A
D
aggressive_dead_code_elim_test.cpp
3791
std::vector<std::string>
dead_consts
;
3843
builder.AppendTypesConstantsGlobals(tc.
dead_consts
);
3867
/* .
dead_consts
= */
3888
/* .
dead_consts
= */
3909
/* .
dead_consts
= */
3930
/* .
dead_consts
= */
3963
/* .
dead_consts
= */
3994
/* .
dead_consts
= */
4023
/* .
dead_consts
= */
4054
/* .
dead_consts
[all...]
/third_party/spirv-tools/test/opt/
H
A
D
eliminate_dead_const_test.cpp
142
std::vector<std::string>
dead_consts
;
member
191
builder.AppendTypesConstantsGlobals(tc.
dead_consts
);
in TEST_P()
212
/* .
dead_consts
= */
227
/* .
dead_consts
= */
242
/* .
dead_consts
= */
257
/* .
dead_consts
= */
284
/* .
dead_consts
= */
307
/* .
dead_consts
= */
327
/* .
dead_consts
= */
350
/* .
dead_consts
[all...]
H
A
D
aggressive_dead_code_elim_test.cpp
3793
std::vector<std::string>
dead_consts
;
3845
builder.AppendTypesConstantsGlobals(tc.
dead_consts
);
3869
/* .
dead_consts
= */
3890
/* .
dead_consts
= */
3911
/* .
dead_consts
= */
3932
/* .
dead_consts
= */
3965
/* .
dead_consts
= */
3996
/* .
dead_consts
= */
4025
/* .
dead_consts
= */
4056
/* .
dead_consts
[all...]
Completed in 12 milliseconds