Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ico.cpp678 if (thenDest->NumPreds() == 1 && thenDest->NumSuccs() == 1 && elseDest->NumSuccs() == 1 && in Optimize()
679 elseDest->NumPreds() == 1 && thenDest->GetSuccs().front() == elseDest->GetSuccs().front()) { in Optimize()
683 …} else if (elseDest->NumPreds() == 1 && elseDest->NumSuccs() == 1 && elseDest->GetSuccs().front() … in Optimize()
710 if (secondIfBB.GetKind() != BB::kBBIf || secondIfBB.NumPreds() != 1) { in Optimize()
823 if (succsBB->NumPreds() > k2BitSize) { in Optimize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp768 uint32 numPreds = curBB.NumPreds(); in Optimize()
776 cgFunc->GetTheCFG()->GetTargetSuc(curBB)->NumPreds() > 1) { in Optimize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h224 uint32 NumPreds() const in NumPreds() function