Searched refs:CurrUnwindBB (Results 1 – 1 of 1) sorted by relevance
2576 BasicBlock *CurrUnwindBB = II->getUnwindDest(); in shouldBelongToSameSet() local2577 assert(CurrUnwindBB && "There is always an 'unwind to' basic block."); in shouldBelongToSameSet()2579 UnwindBB = CurrUnwindBB; in shouldBelongToSameSet()2581 assert(UnwindBB == CurrUnwindBB && "Unexpected unwind destination."); in shouldBelongToSameSet()