Searched refs:EHExceptionInst (Results 1 – 4 of 4) sorted by relevance
567 if (EHExceptionInst *EI = dyn_cast<EHExceptionInst>(II++)) { in MoveExceptionValueCalls()602 if (isa<EHExceptionInst>(II)) { in MoveExceptionValueCalls()631 if (EHExceptionInst *EI = dyn_cast<EHExceptionInst>(II++)) { in MoveExceptionValueCalls()
52 static EHExceptionInst *findExceptionInBlock(BasicBlock *bb) { in findExceptionInBlock()54 EHExceptionInst *exn = dyn_cast<EHExceptionInst>(i); in findExceptionInBlock()63 static EHSelectorInst *findSelectorForException(EHExceptionInst *exn) { in findSelectorForException()91 EHExceptionInst *exn = findExceptionInBlock(lpad); in findSelectorForLandingPad()196 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
476 macro(EHExceptionInst) \