Home
last modified time | relevance | path

Searched refs:EHExceptionInst (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp565 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()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp49 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()
/external/llvm/include/llvm/
DIntrinsicInst.h282 class EHExceptionInst : public IntrinsicInst {
285 static inline bool classof(const EHExceptionInst *) { return true; } in classof() argument