Home
last modified time | relevance | path

Searched defs:phiIns (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2675 std::vector<GateRef> phiIns; in CheckDerivedPhi() local
2705 void LiteCGIRBuilder::FindBaseRefForPhi(GateRef gate, const std::vector<GateRef> &phiIns) in FindBaseRefForPhi()
2768 void LiteCGIRBuilder::VisitPhi(GateRef gate, const std::vector<GateRef> &phiIns) in VisitPhi()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1288 void LLVMIRBuilder::VisitPhi(GateRef gate, const std::vector<GateRef> &phiIns) in VisitPhi()