HomeSort by relevance Sort by last modified time
    Searched refs:EHExceptionInst (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/
IntrinsicInst.h 280 /// EHExceptionInst - This represents the llvm.eh.exception instruction.
282 class EHExceptionInst : public IntrinsicInst {
285 static inline bool classof(const EHExceptionInst *) { return true; }
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 567 if (EHExceptionInst *EI = dyn_cast<EHExceptionInst>(II++)) {
602 if (isa<EHExceptionInst>(II)) {
631 if (EHExceptionInst *EI = dyn_cast<EHExceptionInst>(II++)) {
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 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());
    [all...]
  /external/llvm/include/llvm-c/
Core.h 476 macro(EHExceptionInst) \
    [all...]

Completed in 82 milliseconds