Searched refs:EHResume (Results 1 – 1 of 1) sorted by relevance
644 Function *EHResume = M->getFunction("llvm.eh.resume"); in UpgradeExceptionHandling() local645 if (!EHResume) return; in UpgradeExceptionHandling()647 while (!EHResume->use_empty()) { in UpgradeExceptionHandling()648 CallInst *Resume = cast<CallInst>(EHResume->use_back()); in UpgradeExceptionHandling()