Home | History | Annotate | Download | only in Scalar

Lines Matching refs:EndInst

1536   Instruction *EndInst = BB->getTerminator(); // Last not to be deleted.
1537 while (EndInst != BB->begin()) {
1539 BasicBlock::iterator I = EndInst;
1544 EndInst = Inst;