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:gateList_
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
useless_gate_elimination.cpp
34
circuit_->GetAllGates(
gateList_
);
in InitList()
35
for (auto gate :
gateList_
) {
in InitList()
70
for (auto gate :
gateList_
) {
in EliminateUnmarkedGate()
H
A
D
graph_linearizer.h
29
GateRegion(Chunk* chunk) :
gateList_
(chunk), preds_(chunk),
in GateRegion()
35
gateList_
.emplace_back(gate);
in AddGate()
140
gateList_
.insert(
gateList_
.end(), gates.begin(), gates.end());
in AddGates()
145
return
gateList_
;
in GetGates()
163
gateList_
.clear();
in Clear()
232
ChunkVector<GateRef>
gateList_
;
member in panda::ecmascript::kungfu::GateRegion
H
A
D
useless_gate_elimination.h
42
std::vector<GateRef>
gateList_
;
member in panda::ecmascript::kungfu::UselessGateElimination
H
A
D
state_split_linearizer.cpp
133
auto curGate = curRegion->
gateList_
[currentIndex_];
in TryFindDependStart()
151
ASSERT(curRegion->
gateList_
.size() > 0);
in VisitRegion()
153
currentIndex_ = static_cast<int32_t>(curRegion->
gateList_
.size() - 1); // 1: -1 for size
in VisitRegion()
160
auto curGate = curRegion->
gateList_
[currentIndex_];
in VisitRegion()
216
auto curGate = curRegion->
gateList_
[currentIndex_];
in TryInsertRelay()
H
A
D
graph_linearizer.cpp
903
regionList_.front()->
gateList_
.emplace_back(*useIt);
in LinearizeRegions()
921
for (auto g :
gateList_
) {
in IsSimple()
1026
auto front = bb->
gateList_
.front();
in PrintGraph()
1046
for (auto it = bb->
gateList_
.crbegin(); it != bb->
gateList_
.crend(); it++) {
in PrintGraph()
H
A
D
array_bounds_check_elimination.cpp
962
auto&
gateList_
= block->GetGates();
in CalcBounds()
local
963
for (size_t i = 0; i <
gateList_
.size(); i++) { // Visit GateUnion
in CalcBounds()
964
GateRef gate =
gateList_
[i];
in CalcBounds()
Completed in 6 milliseconds