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
defs:use
(Results
1 - 17
of
17
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/test/parser/js/
H
A
D
function-expression-arguments.js
H
A
D
function-expression-is.js
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
loop_analysis.cpp
59
auto
use
= acc_.Uses(cur);
in CollectUseGate()
local
H
A
D
combined_pass_visitor.cpp
107
auto
use
= acc_.Uses(gate);
in VistDependSelectorForLoop()
local
H
A
D
graph_editor.cpp
110
GateRef
use
= *useIt;
in PropagateMerge()
local
H
A
D
loop_peeling.cpp
113
auto
use
= acc_.Uses(loopInfo_->loopHead);
in CopyLoopHeader()
local
125
auto
use
= acc_.Uses(loopInfo_->loopHead);
in CopyLoopHeader()
local
H
A
D
string_builder_optimizer.cpp
92
GateRef
use
= *it;
in FindInBuilder()
local
101
void StringBuilderOptimizer::VisitGateUse(GateRef
use
)
in VisitGateUse()
argument
167
GateRef
use
= *it;
FinalizeStringBuilders()
local
219
GateRef
use
= *it;
HasConcatOrPhiUse()
local
237
GateRef
use
= *it;
CheckStringAddUses()
local
[all...]
H
A
D
gate_matchers.h
339
auto
use
= acc_.Uses(input);
in OwnsInput()
local
H
A
D
async_function_lowering.cpp
240
GateRef
use
= *
use
It;
ModifyStateInput()
local
[all...]
H
A
D
gate_accessor.h
639
auto
use
= circuit_->LoadGatePtrConst(gate)->GetFirstOutConst();
in ConstUseBegin()
local
653
auto
use
= circuit_->LoadGatePtr(gate)->GetFirstOut();
in UseBegin()
local
H
A
D
verifier.cpp
149
GateAccessor::ConstUseIterator
use
;
in RunCFGIsDAGCheck()
member
161
auto &
use
= curState.
use
;
in RunCFGIsDAGCheck()
local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
interference_graph.h
280
void SetUseSpillWeight(bool
use
)
in SetUseSpillWeight()
argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H
A
D
gep_propagation.cpp
344
Use &
use
= *uiter++;
in OptimizeGepoffs()
local
380
Use &
use
= *uiter++;
in OptimizeSelectors()
local
418
Use &
use
= *uiter++;
in ReplaceWithSplitGep()
local
441
Use &
use
= *iter++;
ReplaceRecursively()
local
[all...]
H
A
D
gc_intrusion.cpp
618
auto *
use
= *sortedList.rbegin();
in ReplaceDominatedUses()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
live.cpp
102
SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &
use
, SparseDataInfo &def)
in GenerateLiveInByDefUse()
argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.cpp
891
auto
use
= *GetUsePositions().begin();
in SplitAroundUses()
local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
inlining.cpp
1389
void Inlining::UpdateDataflowForEmptyGraph(Inst *callInst, std::variant<BasicBlock *, PhiInst *>
use
,
in UpdateDataflowForEmptyGraph()
argument
1412
void Inlining::UpdateDataflow(Graph *graphInl, Inst *callInst, std::variant<BasicBlock *, PhiInst *>
use
, Inst *newDef)
in UpdateDataflow()
argument
[all...]
Completed in 15 milliseconds