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:phisrc
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
memops.c
63
struct instruction *
phisrc
;
in find_dominating_parents()
local
93
phisrc
= alloc_phisrc(one->target, one->type);
in find_dominating_parents()
94
phisrc
->phi_node = insn;
in find_dominating_parents()
95
insert_last_instruction(parent,
phisrc
);
in find_dominating_parents()
96
phi =
phisrc
->target;
in find_dominating_parents()
H
A
D
flow.c
47
struct instruction *
phisrc
= phi->def;
in remove_phisources()
local
51
assert(
phisrc
->phi_node == insn);
in remove_phisources()
52
if (
phisrc
->bb != par)
in remove_phisources()
57
remove_use(&
phisrc
->src);
in remove_phisources()
58
phisrc
->bb = NULL;
in remove_phisources()
857
struct instruction *
phisrc
;
in remove_merging_phisrc()
local
861
phisrc
= phi->def;
in remove_merging_phisrc()
862
if (
phisrc
->bb == bot) {
in remove_merging_phisrc()
H
A
D
ssa.c
332
struct instruction *
phisrc
= alloc_phisrc(val, var);
in ssa_rename_phi()
local
333
pseudo_t phi =
phisrc
->target;
in ssa_rename_phi()
335
insert_last_instruction(par,
phisrc
);
in ssa_rename_phi()
H
A
D
sparse-llvm.c
1174
struct instruction *
phisrc
;
in output_fn()
local
1181
phisrc
= phi->def;
in output_fn()
1182
bref =
phisrc
->bb->priv;
in output_fn()
1183
vref =
phisrc
->src->priv;
in output_fn()
H
A
D
linearize.c
255
[OP_PHISOURCE] = "
phisrc
",
1712
struct instruction *
phisrc
= alloc_phisrc(src, ctype);
in insert_phis()
local
1713
insert_last_instruction(parent,
phisrc
);
in insert_phis()
1714
link_phi(node,
phisrc
->target);
in insert_phis()
Completed in 8 milliseconds