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:instruction_list
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
lib.h
80
DECLARE_PTR_LIST(
instruction_list
, struct instruction);
159
static inline int instruction_list_size(struct
instruction_list
*list)
in instruction_list_size()
174
static inline void free_instruction_list(struct
instruction_list
**head)
in free_instruction_list()
179
static inline struct instruction * delete_last_instruction(struct
instruction_list
**head)
in delete_last_instruction()
188
static inline struct instruction *last_instruction(struct
instruction_list
*head)
in last_instruction()
193
static inline struct instruction *first_instruction(struct
instruction_list
*head)
in first_instruction()
223
static inline void concat_instruction_list(struct
instruction_list
*from, struct
instruction_list
**to)
in concat_instruction_list()
H
A
D
cse.c
23
static struct
instruction_list
*insn_hash_table[INSN_HASH_SIZE];
268
static void sort_instruction_list(struct
instruction_list
**list)
in sort_instruction_list()
296
static inline void remove_instruction(struct
instruction_list
**list, struct instruction *insn, int count)
in remove_instruction()
351
struct
instruction_list
**list = insn_hash_table + i;
in cse_eliminate()
H
A
D
ssa.c
223
static struct
instruction_list
*phis_all;
224
static struct
instruction_list
*phis_used;
225
static struct
instruction_list
*stores;
360
static void remove_dead_stores(struct
instruction_list
*stores)
in remove_dead_stores()
H
A
D
linearize.h
162
struct
instruction_list
;
170
struct
instruction_list
*insns; /* Linear list of instructions */
198
static inline void add_instruction(struct
instruction_list
**list, struct instruction *insn)
in add_instruction()
/third_party/skia/third_party/externals/spirv-tools/
H
A
D
Android.mk
127
source/opt/
instruction_list
.cpp \
/third_party/spirv-tools/
H
A
D
Android.mk
135
source/opt/
instruction_list
.cpp \
Completed in 4 milliseconds