reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1252 while (llvm::Instruction *TI = RethrowBlock->getTerminator()) { 1255 RethrowBlock = BI->getSuccessor(1); 1257 assert(RethrowBlock != WasmCatchStartBlock && RethrowBlock->empty()); 1257 assert(RethrowBlock != WasmCatchStartBlock && RethrowBlock->empty()); 1258 Builder.SetInsertPoint(RethrowBlock);