Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dsimplify_string_builder.h63 InstIter SkipToStringBuilderConstructorWithStringArg(InstIter begin, InstIter end);
Dsimplify_string_builder.cpp100 InstIter SimplifyStringBuilder::SkipToStringBuilderConstructorWithStringArg(InstIter begin, InstIte… in SkipToStringBuilderConstructorWithStringArg() function in ark::compiler::SimplifyStringBuilder
146 …while ((inst = SkipToStringBuilderConstructorWithStringArg(inst, block->Insts().end())) != block->… in OptimizeStringBuilderToString()