Searched refs:SkipToStringBuilderConstructorWithStringArg (Results 1 – 2 of 2) sorted by relevance
63 InstIter SkipToStringBuilderConstructorWithStringArg(InstIter begin, InstIter end);
100 InstIter SimplifyStringBuilder::SkipToStringBuilderConstructorWithStringArg(InstIter begin, InstIte… in SkipToStringBuilderConstructorWithStringArg() function in ark::compiler::SimplifyStringBuilder146 …while ((inst = SkipToStringBuilderConstructorWithStringArg(inst, block->Insts().end())) != block->… in OptimizeStringBuilderToString()