Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.h106 bool TryCreateSingleScope(BasicBlock *bb);
107 bool TryCreateSingleScope();
Dinterop_intrinsic_optimization.cpp140 bool InteropIntrinsicOptimization::TryCreateSingleScope(BasicBlock *bb) in TryCreateSingleScope() function in ark::compiler::InteropIntrinsicOptimization
180 bool InteropIntrinsicOptimization::TryCreateSingleScope() in TryCreateSingleScope() function in ark::compiler::InteropIntrinsicOptimization
197 hasStart |= TryCreateSingleScope(bb); in TryCreateSingleScope()
1165 bool oneScope = TryCreateSingleScope(); in RunImpl()