Home
last modified time | relevance | path

Searched defs:phiOpndIt (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_dce.cpp88 for (auto phiOpndIt : v->GetOperands()) { in Visit() local
Daarch64_validbit_opt.cpp187 for (auto phiOpndIt : phiList.GetOperands()) { in SetPhiValidBits() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phi_elimination.cpp30 for (auto phiOpndIt : phiList.GetOperands()) { in TranslateTSSAToCSSA() local
Dcg_pre.cpp88 auto phiOpndIt = phiOpnds.begin(); in CreateSortedOccs() local
Dcg_ssa.cpp40 for (auto &phiOpndIt : phiList) { in ConstructSSA() local
188 for (auto phiOpndIt = phiList.begin(); phiOpndIt != phiList.end(); ++phiOpndIt) { in RenameSuccPhiUse() local
Dlive.cpp53 for (auto phiOpndIt : phiList.GetOperands()) { in RemovePhiLiveInFromSuccNotFromThisBB() local
Dcg_cfg.cpp877 for (const auto phiOpndIt : phiList.GetOperands()) { in UpdatePredsSuccsAfterSplit() local