Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp513 BasicBlock *UnwindHandler = BasicBlock::Create(F.getContext(), in insertExpensiveEHSupport() local
522 BufPtr = new LoadInst(OldJmpBufPtr, "oldjmpbufptr", UnwindHandler); in insertExpensiveEHSupport()
523 new StoreInst(BufPtr, JBListHead, UnwindHandler); in insertExpensiveEHSupport()
525 BufPtr = new LoadInst(JBListHead, "ehlist", UnwindHandler); in insertExpensiveEHSupport()
529 Value *NotNull = new ICmpInst(*UnwindHandler, ICmpInst::ICMP_NE, BufPtr, in insertExpensiveEHSupport()
532 BranchInst::Create(UnwindBlock, TermBlock, NotNull, UnwindHandler); in insertExpensiveEHSupport()
555 BranchInst::Create(UnwindHandler, UnreachablePlaceholder); in insertExpensiveEHSupport()