Home
last modified time | relevance | path

Searched refs:InsertTryBlockInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.h131 IrBuilder::TryCodeBlock *InsertTryBlockInfo(const Boundaries &try_boundaries);
Dir_builder.cpp242 IrBuilder::TryCodeBlock *IrBuilder::InsertTryBlockInfo(const Boundaries &try_boundaries) in InsertTryBlockInfo() function in panda::compiler::IrBuilder
273 auto try_info = InsertTryBlockInfo({start_pc, end_pc}); in CreateTryCatchBoundariesBlocks()