Home
last modified time | relevance | path

Searched defs:phiOpnd (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_pre.cpp29 for (auto *phiOpnd : phiOcc->GetPhiOpnds()) { in ResetDS() local
44 for (auto *phiOpnd : phiOcc->GetPhiOpnds()) { in ComputeDS() local
77 … auto phiOpnd = perCandMemPool->New<CgPhiOpndOcc>(pred, workCand->GetTheOperand(), phiOcc); in CreateSortedOccs() local
Doperand.cpp230 for (auto phiOpnd : phiList) { in GetLeastCommonValidBit() local
241 for (auto phiOpnd : phiList) { in IsRedundancy() local
Dlive.cpp291 auto &phiOpnd = static_cast<PhiOperand &>(opnd); in GetBBDefUse() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_coalesce.cpp156 auto &phiOpnd = static_cast<PhiOperand &>(opnd); in ComputeLiveIntervalsForEachUseOperand() local
Daarch64_ssa.cpp295 void A64OpndSSAUpdateVsitor::Visit(PhiOperand *phiOpnd) in Visit()
Daarch64_prop.cpp1739 auto &phiOpnd = static_cast<PhiOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
2089 auto &phiOpnd = static_cast<PhiOperand &>(curDefInsn->GetOperand(kInsnSecondOpnd)); in DFSFindValidDefInsns() local
2345 auto &phiOpnd = static_cast<PhiOperand &>(phiIt.second->GetOperand(kInsnSecondOpnd)); in CheckAndGetExistPhiDef() local
2376 auto &phiOpnd = static_cast<PhiOperand &>(curInsn->GetOperand(kInsnSecondOpnd)); in DFSBuildPhiInsn() local
Daarch64_validbit_opt.cpp183 Operand &phiOpnd = insn.GetOperand(kInsnSecondOpnd); in SetPhiValidBits() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h1986 auto *phiOpnd = allocator.GetMemPool()->New<PhiOperand>(allocator); in CloneTree() local