Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgbb.cpp309 bool Bfs::AllPredBBVisited(const BB &bb, long &level) const in AllPredBBVisited() function in maplebe::Bfs
412 if (AllPredBBVisited(*ibb, prevLevel)) { in BFS()
458 if (AllPredBBVisited(*bb, prevLevel)) { in ComputeBlockOrder()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgbb.h1077 bool AllPredBBVisited(const BB &bb, long &level) const;

Completed in 2 milliseconds