Searched refs:EHSelectorInst (Results 1 – 5 of 5) sorted by relevance
63 static EHSelectorInst *findSelectorForException(EHExceptionInst *exn) { in findSelectorForException()66 EHSelectorInst *outOfBlockSelector = 0; in findSelectorForException()69 EHSelectorInst *sel = dyn_cast<EHSelectorInst>(*ui); in findSelectorForException()89 static EHSelectorInst *findSelectorForLandingPad(BasicBlock *lpad) { in findSelectorForLandingPad()149 EHSelectorInst *selector = findSelectorForException(exn); in findSelectorForLandingPad()197 EHSelectorInst *lpadSelector = cast<EHSelectorInst>(selector->clone()); in findSelectorForLandingPad()250 EHSelectorInst *OuterSelector;291 EHSelectorInst *getOuterSelector() { in getOuterSelector()337 EHSelectorInst *selector = getOuterSelector(); in getInnerUnwindDest()490 static bool isCleanupOnlySelector(EHSelectorInst *selector) { in isCleanupOnlySelector()[all …]
296 class EHSelectorInst : public IntrinsicInst {299 static inline bool classof(const EHSelectorInst *) { return true; } in classof() argument
438 if (const EHSelectorInst *EHSel = dyn_cast<EHSelectorInst>(I)) { in CopyCatchInfo()
726 if (isa<EHSelectorInst>(I)) in PrepareEHLandingPad()
477 macro(EHSelectorInst) \