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:linear_blocks_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
linear_order.cpp
23
linear_blocks_
(graph->GetAllocator()->Adapter()),
in LinearOrder()
102
linear_blocks_
.clear();
in MakeLinearOrder()
103
linear_blocks_
.reserve(blocks.size());
in MakeLinearOrder()
110
linear_blocks_
.push_back(block);
in MakeLinearOrder()
164
linear_blocks_
.push_back(least_likely_successor);
in DFSAndDeferLeastFrequentBranches()
173
for (auto succ_block :
linear_blocks_
) {
in DFSAndDeferLeastFrequentBranches()
178
linear_blocks_
.clear();
in DFSAndDeferLeastFrequentBranches()
198
linear_blocks_
.clear();
in RunImpl()
H
A
D
linear_order.h
28
* For each `If` block place its false-successor in the next position of the `
linear_blocks_
` vector:
46
return
linear_blocks_
;
in GetBlocks()
51
return
linear_blocks_
;
in GetBlocks()
70
ArenaVector<BasicBlock *>
linear_blocks_
;
member in panda::compiler::LinearOrder
H
A
D
liveness_analyzer.cpp
26
linear_blocks_
(graph->GetAllocator()->Adapter()),
in LivenessAnalyzer()
82
linear_blocks_
.reserve(size);
in BuildBlocksLinearOrder()
83
linear_blocks_
.clear();
in BuildBlocksLinearOrder()
91
ASSERT(
linear_blocks_
.size() == size);
in BuildBlocksLinearOrder()
136
linear_blocks_
.push_back(current);
in LinearizeBlocks()
176
for (auto block :
linear_blocks_
) {
in CheckLinearOrder()
180
for (auto block :
linear_blocks_
) {
in CheckLinearOrder()
189
for (auto bb :
linear_blocks_
) {
in CheckLinearOrder()
H
A
D
liveness_analyzer.h
466
return
linear_blocks_
;
477
for (auto bb :
linear_blocks_
) {
586
ArenaVector<BasicBlock *>
linear_blocks_
;
variable
Completed in 3 milliseconds