Home
last modified time | relevance | path

Searched refs:BFS (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgbb.cpp389 void Bfs::BFS(BB &curBB) in BFS() function in maplebe::Bfs
393 DEBUG_ASSERT(curBB.GetId() < cgfunc->NumBBs(), "RA::BFS visitedBBs overflow"); in BFS()
394 DEBUG_ASSERT(curBB.GetId() < visitedBBs.size(), "index out of range in RA::BFS"); in BFS()
399 DEBUG_ASSERT(bb->GetId() < cgfunc->NumBBs(), "RA::BFS visitedBBs overflow"); in BFS()
415 DEBUG_ASSERT(ibb->GetId() < cgfunc->NumBBs(), "GCRA::BFS visitedBBs overflow"); in BFS()
460 BFS(*bb); in ComputeBlockOrder()
468 LogInfo::MapleLogger() << "Error: RA BFS loop " << sortedCnt in ComputeBlockOrder()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgbb.h1008 * For cgbb.cpp, bb is traversed during BFS ordering.
1080 void BFS(BB &curBB);

Completed in 3 milliseconds