Searched refs:EHExceptionInst (Results 1 – 3 of 3) sorted by relevance
565 if (EHExceptionInst *EI = dyn_cast<EHExceptionInst>(II++)) { in MoveExceptionValueCalls()600 if (isa<EHExceptionInst>(II)) { in MoveExceptionValueCalls()629 if (EHExceptionInst *EI = dyn_cast<EHExceptionInst>(II++)) { in MoveExceptionValueCalls()
49 static EHExceptionInst *findExceptionInBlock(BasicBlock *bb) { in findExceptionInBlock()51 EHExceptionInst *exn = dyn_cast<EHExceptionInst>(i); in findExceptionInBlock()60 static EHSelectorInst *findSelectorForException(EHExceptionInst *exn) { in findSelectorForException()88 EHExceptionInst *exn = findExceptionInBlock(lpad); in findSelectorForLandingPad()193 EHExceptionInst *lpadExn = cast<EHExceptionInst>(exn->clone()); in findSelectorForLandingPad()
282 class EHExceptionInst : public IntrinsicInst {285 static inline bool classof(const EHExceptionInst *) { return true; } in classof() argument