Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp485 for (auto *ibb : bb->GetSuccs()) { in BFS() local
487 if (visitedBBs[ibb->GetId()]) { in BFS()
491 if (AllPredBBVisited(*ibb, prevLevel)) { in BFS()
492 ibb->SetInternalFlag2(prevLevel + 1); in BFS()
493 workList.push(ibb); in BFS()
494 DEBUG_ASSERT(ibb->GetId() < cgfunc->NumBBs(), "GCRA::BFS visitedBBs overflow"); in BFS()
495 visitedBBs[ibb->GetId()] = true; in BFS()