Searched refs:TryHandler (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 134 goto TryHandler 136 In general, TryHandler is not the same as bazHandler, because multiple 138 optimization could merge the two basic blocks. TryHandler is the code 149 example). Assuming this, TryHandler would look something like this: 151 TryHandler:
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 134 goto TryHandler 136 In general, TryHandler is not the same as bazHandler, because multiple 138 optimization could merge the two basic blocks. TryHandler is the code 149 example). Assuming this, TryHandler would look something like this: 151 TryHandler:
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 134 goto TryHandler 136 In general, TryHandler is not the same as bazHandler, because multiple 138 optimization could merge the two basic blocks. TryHandler is the code 149 example). Assuming this, TryHandler would look something like this: 151 TryHandler:
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 4111 llvm::BasicBlock *TryHandler = CGF.createBasicBlock("try.handler"); in EmitTryOrSynchronizedStmt() local 4114 CGF.Builder.CreateCondBr(DidCatch, TryHandler, TryBlock); in EmitTryOrSynchronizedStmt() 4125 CGF.EmitBlock(TryHandler); in EmitTryOrSynchronizedStmt()
|