Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2518 BasicBlock *CurrUnwindBB = II->getUnwindDest(); in shouldBelongToSameSet() local
2519 assert(CurrUnwindBB && "There is always an 'unwind to' basic block."); in shouldBelongToSameSet()
2521 UnwindBB = CurrUnwindBB; in shouldBelongToSameSet()
2523 assert(UnwindBB == CurrUnwindBB && "Unexpected unwind destination."); in shouldBelongToSameSet()