Searched refs:EndInst (Results 1 – 10 of 10) sorted by relevance
77 inline Instruction* EndInst() { return end_inst_.get(); } in EndInst() function78 inline const Instruction* EndInst() const { return end_inst_.get(); } in EndInst() function
68 modified |= line_process_func_(function.EndInst(), &file_id, &line, &col); in ProcessLines()
43 clone->SetFunctionEnd(std::unique_ptr<Instruction>(EndInst()->Clone(ctx))); in Clone()
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()
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()
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()
1887 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in removeAllNonTerminatorAndEHPadInstructions() local1888 while (EndInst != &BB->front()) { in removeAllNonTerminatorAndEHPadInstructions()1890 Instruction *Inst = &*--EndInst->getIterator(); in removeAllNonTerminatorAndEHPadInstructions()1894 EndInst = Inst; in removeAllNonTerminatorAndEHPadInstructions()