Home
last modified time | relevance | path

Searched defs:phiList (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_ssa.cpp39 … MapleMap<uint32, RegOperand *> &phiList = static_cast<PhiOperand &>(phiListOpnd).GetOperands(); in ConstructSSA() local
92 PhiOperand &phiList = codeGen->CreatePhiOperand(*memPool, ssaAlloc); in PrunedPhiInsertion() local
186 … MapleMap<uint32, RegOperand *> &phiList = static_cast<PhiOperand *>(phiListOpnd)->GetOperands(); in RenameSuccPhiUse() local
Dcg_phi_elimination.cpp29 … auto &phiList = static_cast<PhiOperand &>(phiInsnIt.second->GetOperand(kInsnSecondOpnd)); in TranslateTSSAToCSSA() local
Dlive.cpp52 auto &phiList = static_cast<PhiOperand &>(phiInsnIt.second->GetOperand(kInsnSecondOpnd)); in RemovePhiLiveInFromSuccNotFromThisBB() local
Dcg_cfg.cpp876 auto &phiList = static_cast<PhiOperand &>(phiInsnIt.second->GetOperand(kInsnSecondOpnd)); in UpdatePredsSuccsAfterSplit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dmeexpr_use_info.cpp111 auto &phiList = bb->GetMePhiList(); in CollectUseInfoInBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp584 auto &phiList = v->GetOperands(); in Visit() local
Daarch64_validbit_opt.cpp185 auto &phiList = static_cast<PhiOperand &>(phiOpnd); in SetPhiValidBits() local
Daarch64_prop.cpp2308 PhiOperand &phiList = optSsaInfo->CreatePhiOperand(); in CreateNewPhiInsn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dbb.h545 MapleMap<OStIdx, PhiNode> phiList; variable