Searched refs:IsAccumulatorLoadWithoutEffects (Results 1 – 2 of 2) sorted by relevance
176 if (Bytecodes::IsAccumulatorLoadWithoutEffects(last_bytecode_) && in MaybeElideLastBytecode()
538 static constexpr bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) { in IsAccumulatorLoadWithoutEffects() function645 return (IsAccumulatorLoadWithoutEffects(bytecode) || in IsWithoutExternalSideEffects()