Home
last modified time | relevance | path

Searched refs:AddPhiInsn (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_ssa.cpp111 phiBB->AddPhiInsn(vRegNO, phiInsn); in PrunedPhiInsertion()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h747 void AddPhiInsn(regno_t regNO, Insn &insn) in AddPhiInsn() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp2295 …bb->AddPhiInsn(static_cast<RegOperand &>(phiInsn.GetOperand(kInsnFirstOpnd)).GetRegisterNumber(), … in CreateNewPhiInsn()