Home | History | Annotate | Download | only in CodeGen

Lines Matching full:isterminator

174   while (I != B && ((--I)->isTerminator() || I->isDebugValue()))
176 while (I != E && !I->isTerminator())
184 while (I != B && ((--I)->isTerminator() || I->isDebugValue()))
186 while (I != E && !I->isTerminator())
193 while (I != B && ((--I)->isTerminator() || I->isDebugValue()))
195 while (I != E && !I->isTerminator())
1015 if (!I->isTerminator()) break;