Searched refs:Reinit (Results 1 – 2 of 2) sorted by relevance
158 for (const Stmt *Reinit : Reinits) { in findInternal() local159 if (MovingCall && Sequence->potentiallyAfter(MovingCall, Reinit)) in findInternal()160 ReinitsToDelete.push_back(Reinit); in findInternal()162 for (const Stmt *Reinit : ReinitsToDelete) { in findInternal() local163 Reinits.erase(Reinit); in findInternal()173 for (const Stmt *Reinit : Reinits) { in findInternal() local174 if (!Sequence->potentiallyAfter(Reinit, Use)) in findInternal()
554 TEST_F(TestSimulcastEncoderAdapterFake, Reinit) { in TEST_F() argument