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:GetNextConst
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
graph.cpp
85
first_const_inst_ = const_inst->
GetNextConst
();
in RemoveConstFromList()
90
auto next = current->
GetNextConst
();
in RemoveConstFromList()
93
next = next->
GetNextConst
();
in RemoveConstFromList()
97
current->SetNextConst(const_inst->
GetNextConst
());
in RemoveConstFromList()
375
for (auto constant = GetFirstConstInst(); constant != nullptr; constant = constant->
GetNextConst
()) {
in FindConstant()
H
A
D
graph.h
1141
current_const = current_const->
GetNextConst
();
in FindOrCreateConstant()
H
A
D
inst.h
2068
ConstantInst *
GetNextConst
()
in GetNextConst()
function in ConditionMixin::ConstantInst
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
graph.cpp
133
firstConstInst_ = constInst->
GetNextConst
();
in RemoveConstFromList()
138
auto next = current->
GetNextConst
();
in RemoveConstFromList()
141
next = next->
GetNextConst
();
in RemoveConstFromList()
145
current->SetNextConst(constInst->
GetNextConst
());
in RemoveConstFromList()
428
for (auto constant = GetFirstConstInst(); constant != nullptr; constant = constant->
GetNextConst
()) {
in FindConstant()
H
A
D
graph.h
1475
currentConst = currentConst->
GetNextConst
();
in FindOrCreateConstant()
H
A
D
inst.h
3420
ConstantInst *
GetNextConst
()
in GetNextConst()
function in DynObjectAccessType::ConstantInst
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H
A
D
move_constants.cpp
36
auto next_const = const_inst->
GetNextConst
();
in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
move_constants.cpp
36
auto nextConst = constInst->
GetNextConst
();
in RunImpl()
H
A
D
inlining.cpp
1513
nextConstant = constant->
GetNextConst
();
in MoveConstants()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H
A
D
inst_builder.cpp
289
curr_const = curr_const->
GetNextConst
();
in ResolveConstants()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
compiler_graph_test.cpp
364
EXPECT_NE(graph->GetFirstConstInst()->
GetNextConst
(), nullptr);
in HWTEST_F()
H
A
D
inst_test.cpp
226
current_const = current_const->
GetNextConst
()) {
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
inst_test.cpp
232
currentConst = currentConst->
GetNextConst
()) {
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
inst_builder.cpp
646
currConst = currConst->
GetNextConst
();
in ResolveConstants()
Completed in 27 milliseconds