Searched refs:EndInst (Results 1 – 3 of 3) sorted by relevance
1296 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in removeAllNonTerminatorAndEHPadInstructions() local1297 while (EndInst != &BB->front()) { in removeAllNonTerminatorAndEHPadInstructions()1299 Instruction *Inst = &*--EndInst->getIterator(); in removeAllNonTerminatorAndEHPadInstructions()1303 EndInst = Inst; in removeAllNonTerminatorAndEHPadInstructions()
1717 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in DeleteInstructionInBlock() local1718 while (EndInst != BB->begin()) { in DeleteInstructionInBlock()1720 BasicBlock::iterator I = EndInst; in DeleteInstructionInBlock()1725 EndInst = Inst; in DeleteInstructionInBlock()
1919 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in DoOneIteration() local1920 while (EndInst != BB->begin()) { in DoOneIteration()1922 BasicBlock::iterator I = EndInst; in DoOneIteration()1927 EndInst = Inst; in DoOneIteration()