Home
last modified time | relevance | path

Searched defs:cleanupBB (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp173 const BB *cleanupBB = cgFunc->GetCleanupBB(); in DealWithInOutOfCleanupBB() local
205 const BB *cleanupBB = cgFunc->GetCleanupBB(); in InsertInOutOfCleanupBB() local
Dcgbb.cpp542 BB *cleanupBB = nullptr; in ComputeBlockOrder() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1807 BB *cleanupBB = nullptr; variable