Home
last modified time | relevance | path

Searched defs:use (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_frontend/test/scripts/performance_test/
Dreadme.md7 ### environmoent
9 ### How to run
12 ### Details of settings
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DStmt.ts138 for (const use of this.getUses()) { constant
158 for (const use of this.getUses()) { constant
180 for (const use of this.getUses()) { constant
200 for (const use of this.getUses()) { constant
212 for (const use of this.getUses()) { constant
226 for (const use of this.getUses()) { constant
239 for (const use of this.getUses()) { constant
DDefUseChain.ts22 use: Stmt; property in DefUseChain
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstring_builder_optimizer.cpp96 GateRef use = *it; in FindInBuilder() local
105 void StringBuilderOptimizer::VisitGateUse(GateRef use) in VisitGateUse()
171 GateRef use = *it; in FinalizeStringBuilders() local
223 GateRef use = *it; in HasConcatOrPhiUse() local
241 GateRef use = *it; in CheckStringAddUses() local
Dgraph_editor.cpp108 GateRef use = *useIt; in PropagateMerge() local
133 for (auto use : outs) { in FrameValueUsedInCFGTailoring() local
Dloop_peeling.cpp109 auto use = acc_.Uses(loopInfo_->loopHead); in CopyLoopHeader() local
121 auto use = acc_.Uses(loopInfo_->loopHead); in CopyLoopHeader() local
Dasync_function_lowering.cpp196 for (auto use : loopBeginUses) { in UpdateValueSelector() local
239 GateRef use = *useIt; in ModifyStateInput() local
286 for (auto use : loopBeginUses) { in GetDependPhiFromLoopBegin() local
Dloop_analysis.cpp56 auto use = acc_.Uses(cur); in CollectUseGate() local
Dverifier.cpp142 GateAccessor::ConstUseIterator use; in RunCFGIsDAGCheck() member
154 auto &use = curState.use; in RunCFGIsDAGCheck() local
192 for (auto use = uses.begin(); use != uses.end(); use++) { in RunCFGReducibilityCheck() local
Dcombined_pass_visitor.cpp108 auto use = acc_.Uses(gate); in VistDependSelectorForLoop() local
Dgate_accessor.h645 auto use = circuit_->LoadGatePtrConst(gate)->GetFirstOutConst(); in ConstUseBegin() local
659 auto use = circuit_->LoadGatePtr(gate)->GetFirstOut(); in UseBegin() local
Dgate_matchers.h339 auto use = acc_.Uses(input); in OwnsInput() local
/arkcompiler/runtime_core/docs/
Dir_format.md319 ### Create Graph
325 ### Create blocks and CFG
337 ### Create instruction and add in a block
369 ### Visitors:
/arkcompiler/runtime_core/static_core/docs/
Dir_format.md328 ### Create Graph
334 ### Create blocks and CFG
346 ### Create instruction and add in a block
378 ### Visitors:
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/transformer/
DStaticSingleAssignmentFormer.ts168 for (const use of uses) { constant
264 for (const use of stmt.getUses()) { constant
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/
Dwebpack.config.js21 use: [ property
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXShader.js70 use(sid) { method in XShader
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlive.h78 SparseDataInfo *NewUse(const SparseDataInfo &use) const in NewUse()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgep_propagation.cpp344 Use &use = *uiter++; in OptimizeGepoffs() local
380 Use &use = *uiter++; in OptimizeSelectors() local
418 Use &use = *uiter++; in ReplaceWithSplitGep() local
441 Use &use = *iter++; in ReplaceRecursively() local
Dgc_intrusion.cpp598 for (auto &use : from->uses()) { in CreateSortedUseList() local
618 auto *use = *sortedList.rbegin(); in ReplaceDominatedUses() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dcode_fix_provider.cpp217 std::function<void(ChangeTracker &, const DiagnosticWithLocation &)> use) in CodeFixAll()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp99 SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, … in GenerateLiveInByDefUse()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h280 void SetUseSpillWeight(bool use) in SetUseSpillWeight()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp925 auto use = *GetUsePositions().begin(); in SplitAroundUses() local
1049 for (auto use : interval->GetUsePositions()) { in CalcSpillWeight() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts275 for (const use of stmt.getUses()) { constant

12