Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:EndInst

1919       Instruction *EndInst = BB->getTerminator(); // Last not to be deleted.
1920 while (EndInst != BB->begin()) {
1922 BasicBlock::iterator I = EndInst;
1927 EndInst = Inst;