Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp567 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()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp52 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()
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicInst.h282 class EHExceptionInst : public IntrinsicInst {
285 static inline bool classof(const EHExceptionInst *) { return true; } in classof() argument
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h476 macro(EHExceptionInst) \