Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_ssa.cpp37 … MapleMap<uint32, RegOperand *> &phiList = static_cast<PhiOperand &>(phiListOpnd).GetOperands(); in ConstructSSA() local
88 PhiOperand &phiList = codeGen->CreatePhiOperand(*memPool, ssaAlloc); in PrunedPhiInsertion() local
180 … 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
Dcg_cfg.cpp862 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.cpp574 auto &phiList = v->GetOperands(); in Visit() local
Daarch64_validbit_opt.cpp185 auto &phiList = static_cast<PhiOperand &>(phiOpnd); in SetPhiValidBits() local
Daarch64_prop.cpp2286 PhiOperand &phiList = optSsaInfo->CreatePhiOperand(); in CreateNewPhiInsn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dbb.h504 MapleMap<OStIdx, PhiNode> phiList; variable