Searched refs:hasUnwindDest (Results 1 – 11 of 11) sorted by relevance
40 assert(hasUnwindDest(BB)); in getUnwindDest()55 bool hasUnwindDest(const BasicBlock *BB) const { in hasUnwindDest() function63 assert(hasUnwindDest(MBB)); in getUnwindDest()79 bool hasUnwindDest(MachineBasicBlock *MBB) const { in hasUnwindDest() function
4155 bool hasUnwindDest() const { return getSubclassData<UnwindDestField>(); }4156 bool unwindsToCaller() const { return !hasUnwindDest(); }4158 if (hasUnwindDest())4164 assert(hasUnwindDest());4171 if (hasUnwindDest())4194 if (hasUnwindDest())4203 if (hasUnwindDest())4444 bool hasUnwindDest() const { return getSubclassData<UnwindDestField>(); }4445 bool unwindsToCaller() const { return !hasUnwindDest(); }4456 unsigned getNumSuccessors() const { return hasUnwindDest() ? 1 : 0; }[all …]
131 if (!EHInfo->hasUnwindDest(EHPad)) in recalculate()
2164 else if (EHPadStack.empty() && EHInfo->hasUnwindDest(EHPad)) { in fixCatchUnwindMismatches()2172 else if (!EHPadStack.empty() && !EHInfo->hasUnwindDest(EHPad)) { in fixCatchUnwindMismatches()2182 else if (!EHPadStack.empty() && EHInfo->hasUnwindDest(EHPad)) { in fixCatchUnwindMismatches()
1658 bool hasUnwindDest() const { in hasUnwindDest() function1659 return cast<llvm::CleanupReturnInst>(Val)->hasUnwindDest(); in hasUnwindDest()1770 bool hasUnwindDest() const { in hasUnwindDest() function1771 return cast<llvm::CatchSwitchInst>(Val)->hasUnwindDest(); in hasUnwindDest()1800 if (hasUnwindDest()) in handler_begin()1806 if (hasUnwindDest()) in handler_begin()
1255 WasmCatchStartBlock = CatchSwitch->hasUnwindDest() in ExitCXXTryStmt()
279 if (CatchSwitch->hasUnwindDest()) { in getUnwindDestTokenHelper()
5579 if (CSI->hasUnwindDest()) { in simplifyUnreachable()5609 assert(CRI->hasUnwindDest() && CRI->getUnwindDest() == BB && in simplifyUnreachable()
3315 if (CRI.hasUnwindDest()) in writeInstruction()3350 if (CatchSwitch.hasUnwindDest()) in writeInstruction()
1036 if (CRI.hasUnwindDest()) in CleanupReturnInst()
4587 if (CRI->hasUnwindDest()) in printInstruction()