Home
last modified time | relevance | path

Searched defs:SetCurrentBlock (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_impl.h55 void SetCurrentBlock(BlockNode &block) in SetCurrentBlock() function
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dinst_builder_dyn.h91 void SetCurrentBlock(ark::compiler::BasicBlock *bb) in SetCurrentBlock() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.h91 void SetCurrentBlock(BasicBlock *bb) in SetCurrentBlock() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp80 void InstBuilder::SetCurrentBlock(BasicBlock *bb) in SetCurrentBlock() function in ark::compiler::InstBuilder