Searched refs:HasToStringCallInput (Results 1 – 2 of 2) sorted by relevance
233 bool HasToStringCallInput(PhiInst *phi) const;
1275 bool SimplifyStringBuilder::HasToStringCallInput(PhiInst *phi) const in HasToStringCallInput() function in ark::compiler::SimplifyStringBuilder1344 return HasInputFromPreHeader(phi) && HasToStringCallInput(phi) && HasAppendInstructionUser(phi); in IsPhiAccumulatedValue()