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:repeat_phase
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
optimize.c
21
int
repeat_phase
;
variable
42
repeat_phase
|= simplify_instruction(insn);
in clean_up_insns()
97
repeat_phase
= 0;
in optimize()
99
if (
repeat_phase
& REPEAT_CFG_CLEANUP)
in optimize()
104
} while (
repeat_phase
);
in optimize()
106
if (
repeat_phase
& REPEAT_CFG_CLEANUP)
in optimize()
108
} while (
repeat_phase
);
in optimize()
126
if (
repeat_phase
& REPEAT_CFG_CLEANUP)
in optimize()
H
A
D
memops.c
53
repeat_phase
|= REPEAT_CSE;
in rewrite_load_instruction()
187
int repeat =
repeat_phase
;
in simplify_loads()
192
repeat_phase
= repeat;
in simplify_loads()
H
A
D
options.h
41
extern int
repeat_phase
;
H
A
D
flow.c
100
repeat_phase
|= REPEAT_CSE | REPEAT_CFG_CLEANUP;
in rewrite_branch()
826
repeat_phase
|= changed;
in convert_to_jump()
1035
repeat_phase
|= merge_bb(parent, bb);
in pack_basic_blocks()
H
A
D
cse.c
278
repeat_phase
|= REPEAT_CSE;
in cse_one_instruction()
H
A
D
simplify.c
404
return
repeat_phase
|= REPEAT_CSE;
in kill_insn()
1744
return
repeat_phase
|= REPEAT_CSE;
in canonicalize_commutative()
1754
return
repeat_phase
|= REPEAT_CSE;
in canonicalize_compare()
2232
if (
repeat_phase
& REPEAT_CFG_CLEANUP)
in simplify_one_memop()
Completed in 6 milliseconds