Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.h
H A DWebAssemblyUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.h61 MachineInstr *findCatch(MachineBasicBlock *EHPad);
H A DWebAssemblyUtilities.cpp149 MachineInstr *WebAssembly::findCatch(MachineBasicBlock *EHPad) { in findCatch() function in WebAssembly
H A DWebAssemblyCFGStackify.cpp1501 std::next(WebAssembly::findCatch(EHPad)->getReverseIterator()); in fixEndsAtEndOfFunction()