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:ancestors_
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H
A
D
cleanup.h
32
ancestors_
(graph->GetLocalAllocator()->Adapter()),
in Cleanup()
80
InstVector
ancestors_
;
member in panda::compiler::final
117
ancestors_
[GetInstId(inst)] = anc;
in SetAncestor()
121
return
ancestors_
[GetInstId(inst)];
in GetAncestor()
H
A
D
cleanup.cpp
586
ancestors_
.clear();
in Init()
593
ancestors_
.resize(count);
in Init()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
dominators_tree.h
56
(*
ancestors_
)[GetBlockId(dest)] = block;
in SetAncestor()
60
return (*
ancestors_
)[GetBlockId(block)];
in GetAncestor()
147
BlocksVector *
ancestors_
{nullptr};
H
A
D
dominators_tree.cpp
153
ancestors_
= allocator->New<BlocksVector>(allocator->Adapter());
in Init()
160
CHECK_NOT_NULL(
ancestors_
);
in Init()
168
ancestors_
->resize(blocks_count);
in Init()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
dominators_tree.h
54
(*
ancestors_
)[GetBlockId(dest)] = block;
in SetAncestor()
58
return (*
ancestors_
)[GetBlockId(block)];
in GetAncestor()
145
BlocksVector *
ancestors_
{nullptr};
H
A
D
dominators_tree.cpp
154
ancestors_
= allocator->New<BlocksVector>(allocator->Adapter());
in Init()
162
ancestors_
->resize(blocksCount);
in Init()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
cleanup.h
32
ancestors_
(graph->GetLocalAllocator()->Adapter()),
in Cleanup()
99
InstVector
ancestors_
;
member in ark::compiler::final
138
ancestors_
[GetInstId(inst)] = anc;
in SetAncestor()
142
return
ancestors_
[GetInstId(inst)];
in GetAncestor()
H
A
D
cleanup.cpp
707
ancestors_
.clear();
in Init()
714
ancestors_
.resize(count);
in Init()
Completed in 6 milliseconds