Home
last modified time | relevance | path

Searched refs:gateList (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.cpp151 std::vector<GateRef> gateList; in PrintAllGates() local
152 GetAllGates(gateList); in PrintAllGates()
153 for (const auto &gate : gateList) { in PrintAllGates()
160 std::vector<GateRef> gateList; in PrintAllGatesWithBytecode() local
161 GetAllGates(gateList); in PrintAllGatesWithBytecode()
162 for (const auto &gate : gateList) { in PrintAllGatesWithBytecode()
174 void Circuit::GetAllGates(std::vector<GateRef>& gateList) const in GetAllGates()
176 gateList.clear(); in GetAllGates()
181 gateList.push_back(GetGateRef(gatePtr)); in GetAllGates()
217 std::vector<GateRef> gateList; in ResetAllGateTimeStamps() local
[all …]
Dgraph_editor.cpp120 std::vector<GateRef> gateList; in EliminatePhi() local
121 acc_.GetAllGates(gateList); in EliminatePhi()
124 for (auto gate : gateList) { in EliminatePhi()
Dloop_analysis.cpp177 std::vector<GateRef> gateList; in LoopExitElimination() local
178 acc_.GetAllGates(gateList); in LoopExitElimination()
181 for (auto gate : gateList) { in LoopExitElimination()
Dntype_mcr_lowering.cpp23 std::vector<GateRef> gateList; in RunNTypeMCRLowering() local
24 circuit_->GetAllGates(gateList); in RunNTypeMCRLowering()
26 for (const auto &gate : gateList) { in RunNTypeMCRLowering()
Drange_analysis.cpp291 std::vector<GateRef> gateList; in PrintRangeInfo() local
292 acc_.GetAllGates(gateList); in PrintRangeInfo()
294 for (auto gate : gateList) { in PrintRangeInfo()
Dntype_hcr_lowering.cpp23 std::vector<GateRef> gateList; in RunNTypeHCRLowering() local
24 circuit_->GetAllGates(gateList); in RunNTypeHCRLowering()
25 for (const auto &gate : gateList) { in RunNTypeHCRLowering()
Dnumber_speculative_lowering.cpp32 std::vector<GateRef> gateList; in Run() local
33 acc_.GetAllGates(gateList); in Run()
34 for (auto gate : gateList) { in Run()
Dts_inline_lowering.cpp556 std::vector<GateRef> gateList; in UpdateWorkList() local
557 circuit_->GetAllGates(gateList); in UpdateWorkList()
558 for (const auto &gate : gateList) { in UpdateWorkList()
Dgraph_linearizer.cpp773 std::vector<GateRef> gateList; in Verify() local
774 linearizer_->circuit_->GetAllGates(gateList); in Verify()
775 for (const auto &gate : gateList) { in Verify()
Dlcr_lowering.cpp24 std::vector<GateRef> gateList; in Run() local
25 circuit_->GetAllGates(gateList); in Run()
26 for (const auto &gate : gateList) { in Run()
Dtype_mcr_lowering.cpp28 std::vector<GateRef> gateList; in RunTypeMCRLowering() local
29 circuit_->GetAllGates(gateList); in RunTypeMCRLowering()
30 for (const auto &gate : gateList) { in RunTypeMCRLowering()
Dts_hcr_lowering.cpp27 std::vector<GateRef> gateList; in RunTSHCRLowering() local
28 circuit_->GetAllGates(gateList); in RunTSHCRLowering()
29 for (const auto &gate : gateList) { in RunTSHCRLowering()
Dslowpath_lowering.cpp42 std::vector<GateRef> gateList; in CallRuntimeLowering() local
43 circuit_->GetAllGates(gateList); in CallRuntimeLowering()
45 for (const auto &gate : gateList) { in CallRuntimeLowering()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.cpp27 std::vector<GateRef> gateList; in Run() local
28 circuit_->GetAllGates(gateList); in Run()
29 for (const auto &gate : gateList) { in Run()
Dpgo_type_infer.cpp23 std::vector<GateRef> gateList; in Run() local
24 circuit_->GetAllGates(gateList); in Run()
25 for (const auto &gate : gateList) { in Run()
Dmethod_type_infer.cpp39 std::vector<GateRef> gateList; in MethodTypeInfer() local
40 circuit_->GetAllGates(gateList); in MethodTypeInfer()
41 for (auto gate : gateList) { in MethodTypeInfer()
1298 std::vector<GateRef> gateList; in PrintByteCodesWithTypes() local
1299 circuit_->GetAllGates(gateList); in PrintByteCodesWithTypes()
1370 std::vector<GateRef> gateList; in Verify() local
1371 circuit_->GetAllGates(gateList); in Verify()
1372 for (const auto &gate : gateList) { in Verify()