Home
last modified time | relevance | path

Searched defs:use (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/js/
H A Dfunction-expression-arguments.js
H A Dfunction-expression-is.js
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dloop_analysis.cpp59 auto use = acc_.Uses(cur); in CollectUseGate() local
H A Dcombined_pass_visitor.cpp107 auto use = acc_.Uses(gate); in VistDependSelectorForLoop() local
H A Dgraph_editor.cpp110 GateRef use = *useIt; in PropagateMerge() local
H A Dloop_peeling.cpp113 auto use = acc_.Uses(loopInfo_->loopHead); in CopyLoopHeader() local
125 auto use = acc_.Uses(loopInfo_->loopHead); in CopyLoopHeader() local
H A Dstring_builder_optimizer.cpp92 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 Dgate_matchers.h339 auto use = acc_.Uses(input); in OwnsInput() local
H A Dasync_function_lowering.cpp240 GateRef use = *useIt; ModifyStateInput() local
[all...]
H A Dgate_accessor.h639 auto use = circuit_->LoadGatePtrConst(gate)->GetFirstOutConst(); in ConstUseBegin() local
653 auto use = circuit_->LoadGatePtr(gate)->GetFirstOut(); in UseBegin() local
H A Dverifier.cpp149 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 Dinterference_graph.h280 void SetUseSpillWeight(bool use) in SetUseSpillWeight() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A 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++; ReplaceRecursively() local
[all...]
H A Dgc_intrusion.cpp618 auto *use = *sortedList.rbegin(); in ReplaceDominatedUses() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dlive.cpp102 SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, SparseDataInfo &def) in GenerateLiveInByDefUse() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp891 auto use = *GetUsePositions().begin(); in SplitAroundUses() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp1389 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 14 milliseconds