Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp21 constexpr uint32 kCondBrNum = 2; variable
437 if ((bb.GetSuccs().size() != kCondBrNum) || bb.GetEhSuccs().empty()) { in SearchForStraightLineBBs()