Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp644 Function *EHResume = M->getFunction("llvm.eh.resume"); in UpgradeExceptionHandling() local
645 if (!EHResume) return; in UpgradeExceptionHandling()
647 while (!EHResume->use_empty()) { in UpgradeExceptionHandling()
648 CallInst *Resume = cast<CallInst>(EHResume->use_back()); in UpgradeExceptionHandling()