Home
last modified time | relevance | path

Searched defs:phiInsn (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_ssa.cpp102 Insn &phiInsn = codeGen->BuildPhiInsn(virtualOpnd, phiList); in PrunedPhiInsertion() local
170 Insn *phiInsn = phiInsnIt.second; in RenamePhi() local
182 Insn *phiInsn = phiInsnIt.second; in RenameSuccPhiUse() local
Dcgbb.cpp258 Insn *phiInsn = phiInsnIt.second; in IsInPhiList() local
279 Insn *phiInsn = phiInsnIt.second; in IsInPhiDef() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp2312 Insn &phiInsn = cgFunc.GetCG()->BuildPhiInsn(*differOrigOpnd, phiList); in CreateNewPhiInsn() local
2324 RegOperand *A64PregCopyPattern::CheckAndGetExistPhiDef(Insn &phiInsn, std::vector<regno_t> &validDi… in CheckAndGetExistPhiDef()
2409 Insn &phiInsn = CreateNewPhiInsn(differPhiList, curInsn); in DFSBuildPhiInsn() local