Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h164 BlockNode *currentBlock = nullptr; /* current block for lowered statements to be inserted to */ variable
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp439 auto *currentBlock = block; in GetLocalObjectStorageSize() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.cpp354 BasicBlock *PropagateBlockState(BasicBlock *currentBlock, BlockState *currentState, in PropagateBlockState()