Searched refs:Resume (Results 1 – 6 of 6) sorted by relevance
273 CallInst *Resume = cast<CallInst>(*EHResume->use_begin()); in UpgradeExceptionHandling() local274 BasicBlock *BB = Resume->getParent(); in UpgradeExceptionHandling()277 Builder.SetInsertPoint(BB, Resume->getIterator()); in UpgradeExceptionHandling()281 Resume->getArgOperand(0), 0, "lpad.val"); in UpgradeExceptionHandling()282 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1), in UpgradeExceptionHandling()287 BasicBlock::iterator I = Resume->getIterator(); in UpgradeExceptionHandling()575 std::error_code ParseModule(bool Resume);2319 std::error_code BitcodeReader::ParseModule(bool Resume) { in ParseModule() argument2320 if (Resume) in ParseModule()
338 std::error_code ParseModule(bool Resume);2026 std::error_code BitcodeReader::ParseModule(bool Resume) { in ParseModule() argument2027 if (Resume) in ParseModule()
406 SLresult (*Resume) ( member
169 XAresult (*Resume) ( member
1252 case Instruction::Resume: in WriteInstruction()
1219 case Instruction::Resume: in WriteInstruction()