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:DeleteGate
(Results
1 - 17
of
17
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
graph_editor.cpp
56
acc_.
DeleteGate
(gate);
in ReplaceGate()
213
acc_.
DeleteGate
(cur);
in EliminatePhi()
222
acc_.
DeleteGate
(phi);
in EliminatePhi()
H
A
D
loop_analysis.cpp
206
acc_.
DeleteGate
(gate);
in LoopExitElimination()
212
acc_.
DeleteGate
(gate);
in LoopExitElimination()
H
A
D
useless_gate_elimination.cpp
65
acc_.
DeleteGate
(gate);
in ReplaceDead()
H
A
D
gate_accessor.cpp
915
DeleteGate
(gate);
in DeleteGateIfNoUse()
1207
auto next =
DeleteGate
(useIt);
in ReplaceHirIfSuccess()
1270
DeleteGate
(ifException);
in ReplaceHirWithIfBranch()
1274
DeleteGate
(hirGate);
in ReplaceHirWithIfBranch()
1295
DeleteGate
(hirGate);
in ReplaceHirDirectly()
1334
DeleteGate
(hirGate);
in ReplaceHirAndDeleteIfException()
1344
UseIterator GateAccessor::
DeleteGate
(const UseIterator &useIt)
in DeleteGate()
function in panda::ecmascript::kungfu::GateAccessor
1348
circuit_->
DeleteGate
(*useIt);
in DeleteGate()
1438
void GateAccessor::
DeleteGate
(GateRef gate)
in DeleteGate()
function in GateAccessor
1440
circuit_->
DeleteGate
(gat
in DeleteGate()
[all...]
H
A
D
ts_inline_lowering.cpp
398
acc_.
DeleteGate
(returnGate);
in MergeAllReturn()
460
acc_.
DeleteGate
(returnGate);
in ReplaceReturnGate()
483
acc_.
DeleteGate
(gate);
in ReplaceHirAndDeleteState()
499
acc_.
DeleteGate
(arg);
in LowerToInlineCall()
578
it = acc_.
DeleteGate
(it);
in RemoveRoot()
581
acc_.
DeleteGate
(circuitRoot);
in RemoveRoot()
H
A
D
state_split_linearizer.cpp
124
acc_.
DeleteGate
(gate);
in DeleteUnusedGates()
201
acc_.
DeleteGate
(gate);
in VisitGate()
H
A
D
circuit.cpp
368
void Circuit::
DeleteGate
(GateRef gate)
in DeleteGate()
function in panda::ecmascript::kungfu::Circuit
372
LoadGatePtr(gate)->
DeleteGate
();
in DeleteGate()
H
A
D
early_elimination.cpp
182
acc_.
DeleteGate
(frameValues);
in TryEliminateFrameState()
183
acc_.
DeleteGate
(curFrame);
in TryEliminateFrameState()
H
A
D
combined_pass_visitor.cpp
76
acc_.
DeleteGate
(gate);
in ReplaceGate()
H
A
D
gate.h
153
void
DeleteGate
();
H
A
D
gate_accessor.h
473
UseIterator
DeleteGate
(const UseIterator &useIt);
491
void
DeleteGate
(GateRef gate);
H
A
D
circuit.h
283
void
DeleteGate
(GateRef gate);
H
A
D
slowpath_lowering.cpp
125
acc_.
DeleteGate
(gate);
in LowerGetEnv()
900
acc_.
DeleteGate
(saveRegister);
in SaveFrameToContext()
1276
acc_.
DeleteGate
(hirGate);
in LowerExceptionHandler()
2141
acc_.
DeleteGate
(gate);
in LowerConditionJump()
3865
acc_.
DeleteGate
(gate);
in LowerGetSharedConstPool()
3874
acc_.
DeleteGate
(gate);
in LowerGetSharedConstPool()
3889
acc_.
DeleteGate
(gate);
in LowerGetUnsharedConstPool()
3912
acc_.
DeleteGate
(gate);
in LowerGetUnsharedConstPool()
H
A
D
gate.cpp
611
void Gate::
DeleteGate
()
in DeleteGate()
function in panda::ecmascript::kungfu::Gate
H
A
D
circuit_builder.cpp
1012
acc.
DeleteGate
(phi);
in TryRemoveTrivialPhi()
H
A
D
typed_bytecode_lowering.cpp
532
acc_.
DeleteGate
(gate);
in DeleteConstDataIfNoUser()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H
A
D
global_value_numbering_test.cpp
92
acc.
DeleteGate
(add1);
in HWTEST_F_L0()
Completed in 29 milliseconds