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:succGate
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
scheduler.cpp
225
GateRef
succGate
= *i;
in Run()
local
226
if (acc.IsFixed(
succGate
)) {
in Run()
227
result[bbGatesAddrToIdx.at(acc.GetIn(
succGate
, 0))].push_back(
succGate
);
in Run()
352
GateRef
succGate
= *i;
in CalculateFixedGatesList()
local
353
if (acc.IsFixed(
succGate
)) {
in CalculateFixedGatesList()
354
bbAndFixedGatesList.push_back(
succGate
);
in CalculateFixedGatesList()
H
A
D
graph_linearizer.cpp
594
GateRef
succGate
= *it;
in InitializeFixedGate()
local
595
if (acc_.IsStateIn(it) && acc_.IsSelector(
succGate
)) {
in InitializeFixedGate()
596
linearizer_->AddFixedGateToRegion(
succGate
, region);
in InitializeFixedGate()
597
fixedGateList_.emplace_back(
succGate
);
in InitializeFixedGate()
643
GateRef
succGate
= edge.GetGate();
in VisitUpperBoundGate()
local
644
auto& succInfo = linearizer_->GetGateInfo(
succGate
);
in VisitUpperBoundGate()
649
auto curGate = acc_.GetIn(
succGate
, edge.GetIndex());
in VisitUpperBoundGate()
654
pendingList_.emplace_back(
succGate
);
in VisitUpperBoundGate()
H
A
D
verifier.cpp
425
for (const auto &
succGate
: circuit->GetOutVector(bbGate)) {
in FindFixedGates()
426
if (ac.IsFixed(
succGate
)) {
in FindFixedGates()
427
fixedGatesList.push_back(
succGate
);
in FindFixedGates()
Completed in 4 milliseconds