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:GetInstId
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H
A
D
cleanup.h
94
inline uint32_t
GetInstId
(Inst *inst) const
in GetInstId()
function in panda::compiler::final
105
idoms_[
GetInstId
(inst)] = idom;
in SetIdom()
109
return idoms_[
GetInstId
(inst)];
in GetIdom()
117
ancestors_[
GetInstId
(inst)] = anc;
in SetAncestor()
121
return ancestors_[
GetInstId
(inst)];
in GetAncestor()
129
return buckets_[
GetInstId
(inst)];
in GetBucket()
137
labels_[
GetInstId
(inst)] = label;
in SetLabel()
141
return labels_[
GetInstId
(inst)];
in GetLabel()
149
parents_[
GetInstId
(inst)] = parent;
in SetParent()
153
return parents_[
GetInstId
(ins
in GetParent()
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
cleanup.h
115
inline uint32_t
GetInstId
(Inst *inst) const
in GetInstId()
function in ark::compiler::final
126
idoms_[
GetInstId
(inst)] = idom;
in SetIdom()
130
return idoms_[
GetInstId
(inst)];
in GetIdom()
138
ancestors_[
GetInstId
(inst)] = anc;
in SetAncestor()
142
return ancestors_[
GetInstId
(inst)];
in GetAncestor()
150
return buckets_[
GetInstId
(inst)];
in GetBucket()
158
labels_[
GetInstId
(inst)] = label;
in SetLabel()
162
return labels_[
GetInstId
(inst)];
in GetLabel()
170
parents_[
GetInstId
(inst)] = parent;
in SetParent()
174
return parents_[
GetInstId
(ins
in GetParent()
[all...]
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H
A
D
graph.h
47
uint32_t
GetInstId
() const;
/arkcompiler/runtime_core/libark_defect_scan_aux/
H
A
D
function.cpp
117
uint32_t inst_id = inst.
GetInstId
();
H
A
D
graph.cpp
79
uint32_t Inst::
GetInstId
() const
in GetInstId()
function in panda::defect_scan_aux::Inst
Completed in 3 milliseconds