Home
last modified time | relevance | path

Searched refs:GetBasicBlockById (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp291 auto bb = bcBuilder_->GetBasicBlockById(1); // 1 : First Block Id in GetEntryBBStateOut()
302 auto bb = bcBuilder_->GetBasicBlockById(1); // 1 : First Block Id in GetEntryBBDependOut()
Dframe_states.cpp121 auto &bb = builder_->GetBasicBlockById(curBlockId); in BuildPostOrderList()
264 auto &bb = builder_->GetBasicBlockById(bbId); in ComputeLiveOut()
519 auto &bb = builder_->GetBasicBlockById(bbId); in BindBBStateSplit()
Dbytecode_circuit_builder.cpp166 auto &curBlock = GetBasicBlockById(blockId); in BuildRegions()
188 auto &curBlock = GetBasicBlockById(curIndex); in BuildRegions()
190 auto &predBlock = GetBasicBlockById(predIndex); in BuildRegions()
1122 const auto &bb = GetBasicBlockById(from); in LoopExitCount()
1123 const auto &bbNext = GetBasicBlockById(to); in LoopExitCount()
1517 auto &bb = GetBasicBlockById(bbId); in CollectLoopBack()
1558 auto &toBlock = GetBasicBlockById(toId); in CountLoopBackEdge()
1571 auto &headBB = GetBasicBlockById(loopHead); in ComputeLoopDepth()
1583 auto &curBB = GetBasicBlockById(cur); in ComputeLoopDepth()
Dpass.h440 auto bb = data->GetBuilder()->GetBasicBlockById(head.second); in Run()
Dbytecode_circuit_builder.h395 BytecodeRegion &GetBasicBlockById(size_t id) in GetBasicBlockById() function