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:use_positions_
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.h
96
use_positions_
(allocator->Adapter()),
in LifeIntervals()
289
return
use_positions_
;
in GetUsePositions()
295
use_positions_
.insert(ln);
in AddUsePosition()
300
auto it =
use_positions_
.lower_bound(pos);
in GetNextUsage()
301
if (it !=
use_positions_
.end()) {
in GetNextUsage()
309
auto it =
use_positions_
.lower_bound(pos);
in GetLastUsageBefore()
310
if (it ==
use_positions_
.begin()) {
in GetLastUsageBefore()
314
return it ==
use_positions_
.end() ? INVALID_LIFE_NUMBER : *it;
in GetLastUsageBefore()
319
auto it =
use_positions_
.upper_bound(pos);
in GetPrevUsage()
320
if (it !=
use_positions_
in GetPrevUsage()
398
ArenaSet<LifeNumber>
use_positions_
;
global()
member in panda::compiler::LifeIntervals
[all...]
H
A
D
liveness_analyzer.cpp
617
auto it =
use_positions_
.lower_bound(ln);
in SplitAt()
618
split_child->
use_positions_
.insert(it,
use_positions_
.end());
in SplitAt()
619
use_positions_
.erase(it,
use_positions_
.end());
in SplitAt()
633
for (auto &use_pos : sibling_->
use_positions_
) {
in MergeSibling()
Completed in 3 milliseconds