Searched defs:EndInst (Results 1 – 5 of 5) sorted by relevance
60 collectInstructionsInBetween(Instruction &StartInst, const Instruction &EndInst, in collectInstructionsInBetween()134 Instruction &EndInst = (MoveForward ? InsertPoint : I); in isSafeToMoveBefore() local
1898 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in removeAllNonTerminatorAndEHPadInstructions() local
88 inline Instruction* EndInst() { return end_inst_.get(); } in EndInst() function89 inline const Instruction* EndInst() const { return end_inst_.get(); } in EndInst() function