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:IsDead
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
dead_code_elimination.cpp
45
if (acc_.
IsDead
(state)) {
in StateIsDead()
54
if (state != Circuit::NullGate() && acc_.
IsDead
(state)) {
in EliminateDependSelector()
62
if (acc_.
IsDead
(depend)) {
in EliminateDependSelector()
74
if (state != Circuit::NullGate() && acc_.
IsDead
(state)) {
in EliminateIfException()
78
if (acc_.
IsDead
(depend)) {
in EliminateIfException()
87
if (state != Circuit::NullGate() && acc_.
IsDead
(state)) {
in EliminateLoopExit()
96
if (state != Circuit::NullGate() && acc_.
IsDead
(state)) {
in EliminateBranch()
100
if (acc_.
IsDead
(value)) {
in EliminateBranch()
126
if (acc_.
IsDead
(loopEntry)) {
in EliminateMergeAndLoopBegin()
134
if (acc_.
IsDead
(inpu
in EliminateMergeAndLoopBegin()
[all...]
H
A
D
graph_linearizer.cpp
909
if (r->
IsDead
()) {
in LinearizeRegions()
984
if (!src->
IsDead
() && src->IsSimple(&acc_)) {
in OptimizeCFG()
1023
if (bb->
IsDead
()) {
in PrintGraph()
H
A
D
graph_linearizer.h
84
bool
IsDead
() const
in IsDead()
function in panda::ecmascript::kungfu::GateRegion
H
A
D
share_gate_meta_data.cpp
200
bool GateMetaData::
IsDead
() const
in IsDead()
function in panda::ecmascript::kungfu::GateMetaData
H
A
D
share_gate_meta_data.h
169
bool
IsDead
() const;
H
A
D
gate_accessor.h
518
bool
IsDead
(GateRef gate) const;
H
A
D
gate_accessor.cpp
1870
bool GateAccessor::
IsDead
(GateRef gate) const
in IsDead()
function in GateAccessor
1872
return GetMetaData(gate)->
IsDead
();
in IsDead()
Completed in 11 milliseconds