Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp364 for (auto *CatchTermPad : TermPads) { in addCatchAllTerminatePads() local
365 DebugLoc DL = CatchTermPad->findDebugLoc(CatchTermPad->begin()); in addCatchAllTerminatePads()
367 MF.insert(std::next(MachineFunction::iterator(CatchTermPad)), in addCatchAllTerminatePads()
380 CatchTermPad->addSuccessor(CatchAllTermPad); in addCatchAllTerminatePads()