Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.h45 bool isCatchTerminatePad(const MachineBasicBlock &MBB);
H A DWebAssemblyLateEHPrepare.cpp359 if (WebAssembly::isCatchTerminatePad(MBB)) in mergeTerminatePads()
395 if (WebAssembly::isCatchTerminatePad(MBB)) in addCatchAllTerminatePads()
H A DWebAssemblyExceptionInfo.cpp110 if (WebAssembly::isCatchTerminatePad(*EHPad)) { in discoverAndMapException()
H A DWebAssemblyUtilities.cpp313 bool WebAssembly::isCatchTerminatePad(const MachineBasicBlock &MBB) { in isCatchTerminatePad() function in WebAssembly