Home
last modified time | relevance | path

Searched refs:GetAllGates (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Duseless_gate_elimination.cpp34 circuit_->GetAllGates(gateList_); in InitList()
H A Dcircuit.cpp179 GetAllGates(gateList); in PrintAllGates()
188 GetAllGates(gateList); in PrintAllGatesWithBytecode()
194 void Circuit::GetAllGates(std::vector<GateRef>& gateList) const in GetAllGates() function in panda::ecmascript::kungfu::Circuit
238 GetAllGates(gateList); in ResetAllGateTimeStamps()
H A Dgraph_editor.cpp153 acc_.GetAllGates(gateList); in EliminatePhi()
H A Dloop_analysis.cpp198 acc_.GetAllGates(gateList); in LoopExitElimination()
H A Dcombined_pass_visitor.cpp124 circuit_->GetAllGates(gateList); in VisitGraph()
H A Dstring_builder_optimizer.cpp32 acc_.GetAllGates(gateList); in VisitGraph()
H A Dcircuit.h62 void GetAllGates(std::vector<GateRef>& gates) const;
H A Dntype_bytecode_lowering.cpp31 circuit_->GetAllGates(gateList); in RunNTypeBytecodeLowering()
H A Drange_analysis.cpp317 acc_.GetAllGates(gateList); in PrintRangeInfo()
H A Dstate_split_linearizer.cpp118 circuit->GetAllGates(gateList); in DeleteUnusedGates()
H A Dts_inline_lowering.cpp41 circuit_->GetAllGates(gateList); in CollectInlineInfo()
616 circuit_->GetAllGates(gateList); in UpdateWorkList()
H A Dgate_accessor.h378 void GetAllGates(std::vector<GateRef>& gates) const;
H A Dgate_accessor.cpp983 void GateAccessor::GetAllGates(std::vector<GateRef>& gates) const in GetAllGates() function in panda::ecmascript::kungfu::GateAccessor
985 circuit_->GetAllGates(gates); in GetAllGates()
H A Dgraph_linearizer.cpp843 linearizer_->circuit_->GetAllGates(gateList); in Verify()
H A Dnumber_speculative_lowering.cpp34 acc_.GetAllGates(gateList); in Run()
H A Dnative_inline_lowering.cpp69 circuit_->GetAllGates(gateList); in RunNativeInlineLowering()
H A Dtyped_bytecode_lowering.cpp42 circuit_->GetAllGates(gateList); in RunTypedBytecodeLowering()
H A Dslowpath_lowering.cpp49 circuit_->GetAllGates(gateList); in CallRuntimeLowering()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
H A Dpgo_type_infer.cpp23 circuit_->GetAllGates(gateList); in Run()

Completed in 56 milliseconds