Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp366 auto *CatchAllTermPad = MF.CreateMachineBasicBlock(); in addCatchAllTerminatePads() local
368 CatchAllTermPad); in addCatchAllTerminatePads()
369 CatchAllTermPad->setIsEHPad(); in addCatchAllTerminatePads()
370 BuildMI(CatchAllTermPad, DL, TII.get(WebAssembly::CATCH_ALL)); in addCatchAllTerminatePads()
371 BuildMI(CatchAllTermPad, DL, TII.get(WebAssembly::CALL_VOID)) in addCatchAllTerminatePads()
373 BuildMI(CatchAllTermPad, DL, TII.get(WebAssembly::UNREACHABLE)); in addCatchAllTerminatePads()
380 CatchTermPad->addSuccessor(CatchAllTermPad); in addCatchAllTerminatePads()