Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ssa.cpp298 …for (auto phiListIt = phiOpnd->GetOperands().begin(); phiListIt != phiOpnd->GetOperands().end(); +… in Visit() local
396 for (auto phiListIt = phi->GetOperands().begin(); phiListIt != phi->GetOperands().end();) { in Visit() local
Daarch64_prop.cpp2090 for (auto &phiListIt : phiOpnd.GetOperands()) { in DFSFindValidDefInsns() local
2348 for (auto &phiListIt : phiOpnd.GetOperands()) { in CheckAndGetExistPhiDef() local
2377 for (auto &phiListIt : phiOpnd.GetOperands()) { in DFSBuildPhiInsn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp263 for (auto phiListIt : phiListOpnd.GetOperands()) { in IsInPhiList() local