Home
last modified time | relevance | path

Searched refs:IsInPhiList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp250 bool BB::IsInPhiList(regno_t regNO) in IsInPhiList() function in maplebe::BB
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h765 bool IsInPhiList(regno_t regNO);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp1624 … (((useBB->IsInPhiDef(srcRegNO) || useBB->IsInPhiList(srcRegNO)) && useBB->HasCriticalEdge()) || in IsValidCopyProp()
1625 useBB->IsInPhiList(dstRegNO))) { in IsValidCopyProp()