Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgbb.cpp429 BB *cleanupBB = nullptr; in ComputeBlockOrder() local
435 DEBUG_ASSERT(cleanupBB == nullptr, "one cleanupBB in the function only"); in ComputeBlockOrder()
436 cleanupBB = bb; in ComputeBlockOrder()
439 if (cleanupBB != nullptr) { in ComputeBlockOrder()
440 cleanupBB->SetInternalFlag1(1); in ComputeBlockOrder()
476 if (cleanupBB != nullptr) { in ComputeBlockOrder()
477 sortedBBs.push_back(cleanupBB); in ComputeBlockOrder()

Completed in 1 milliseconds