Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgbb.cpp193 int32 bbSize = 0; in NumInsn() local
199 ++bbSize; in NumInsn()
201 return bbSize; in NumInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp170 auto bbSize = bcBuilder_->GetBasicBlockCount(); in DoBytecodeAnalysis() local
172 bbBeginStateLiveouts_.resize(bbSize, nullptr); in DoBytecodeAnalysis()
175 bbFrameContext_.resize(bbSize, nullptr); in DoBytecodeAnalysis()
176 BuildPostOrderList(bbSize); in DoBytecodeAnalysis()

Completed in 7 milliseconds