Home | History | Annotate | Download | only in Utils

Lines Matching refs:EHExceptionInst

52 static EHExceptionInst *findExceptionInBlock(BasicBlock *bb) {
54 EHExceptionInst *exn = dyn_cast<EHExceptionInst>(i);
63 static EHSelectorInst *findSelectorForException(EHExceptionInst *exn) {
91 EHExceptionInst *exn = findExceptionInBlock(lpad);
196 EHExceptionInst *lpadExn = cast<EHExceptionInst>(exn->clone());