| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | readme.md | 7 ### environmoent 9 ### How to run 12 ### Details of settings
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/ |
| D | Stmt.ts | 138 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
|
| D | DefUseChain.ts | 22 use: Stmt; property in DefUseChain
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | string_builder_optimizer.cpp | 96 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
|
| D | graph_editor.cpp | 108 GateRef use = *useIt; in PropagateMerge() local 133 for (auto use : outs) { in FrameValueUsedInCFGTailoring() local
|
| D | loop_peeling.cpp | 109 auto use = acc_.Uses(loopInfo_->loopHead); in CopyLoopHeader() local 121 auto use = acc_.Uses(loopInfo_->loopHead); in CopyLoopHeader() local
|
| D | async_function_lowering.cpp | 196 for (auto use : loopBeginUses) { in UpdateValueSelector() local 239 GateRef use = *useIt; in ModifyStateInput() local 286 for (auto use : loopBeginUses) { in GetDependPhiFromLoopBegin() local
|
| D | loop_analysis.cpp | 56 auto use = acc_.Uses(cur); in CollectUseGate() local
|
| D | verifier.cpp | 142 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
|
| D | combined_pass_visitor.cpp | 108 auto use = acc_.Uses(gate); in VistDependSelectorForLoop() local
|
| D | gate_accessor.h | 645 auto use = circuit_->LoadGatePtrConst(gate)->GetFirstOutConst(); in ConstUseBegin() local 659 auto use = circuit_->LoadGatePtr(gate)->GetFirstOut(); in UseBegin() local
|
| D | gate_matchers.h | 339 auto use = acc_.Uses(input); in OwnsInput() local
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 319 ### Create Graph 325 ### Create blocks and CFG 337 ### Create instruction and add in a block 369 ### Visitors:
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | ir_format.md | 328 ### 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/ |
| D | StaticSingleAssignmentFormer.ts | 168 for (const use of uses) { constant 264 for (const use of stmt.getUses()) { constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/ |
| D | webpack.config.js | 21 use: [ property
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XShader.js | 70 use(sid) { method in XShader
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | live.h | 78 SparseDataInfo *NewUse(const SparseDataInfo &use) const in NewUse()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| 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++; in ReplaceRecursively() local
|
| D | gc_intrusion.cpp | 598 for (auto &use : from->uses()) { in CreateSortedUseList() local 618 auto *use = *sortedList.rbegin(); in ReplaceDominatedUses() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | code_fix_provider.cpp | 217 std::function<void(ChangeTracker &, const DiagnosticWithLocation &)> use) in CodeFixAll()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | live.cpp | 99 SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, … in GenerateLiveInByDefUse()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | interference_graph.h | 280 void SetUseSpillWeight(bool use) in SetUseSpillWeight()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.cpp | 925 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/ |
| D | TypeInference.ts | 275 for (const use of stmt.getUses()) { constant
|