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:bb_list_size
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
ir.c
35
if (
bb_list_size
(insn->bb->parents) != nbr_phi_operands(insn)) {
in check_phi_node()
38
info(insn->pos, "parents: %d",
bb_list_size
(insn->bb->parents));
in check_phi_node()
H
A
D
cse.c
286
if (
bb_list_size
(bb1->parents) != 1)
in trivial_common_parent()
289
if (
bb_list_size
(bb2->parents) != 1)
in trivial_common_parent()
H
A
D
lib.h
169
static inline int
bb_list_size
(struct basic_block_list *list)
in bb_list_size()
function
H
A
D
flow.c
350
if (
bb_list_size
(target->parents) != 1)
in simplify_branch_branch()
529
if (
bb_list_size
(parent->children) > 1)
in kill_dead_stores_bb()
964
else if (
bb_list_size
(tgt->parents) == 1)
in simplify_cfg_early()
H
A
D
memops.c
253
if (
bb_list_size
(par->children) != 1)
in kill_dominated_stores()
H
A
D
simplify.c
75
if (
bb_list_size
(source->children) != 1 ||
bb_list_size
(source->parents) != 1)
in phi_parent()
Completed in 7 milliseconds