Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.h45 bool isCatchTerminatePad(const MachineBasicBlock &MBB);
DWebAssemblyLateEHPrepare.cpp320 if (WebAssembly::isCatchTerminatePad(MBB)) in mergeTerminatePads()
356 if (WebAssembly::isCatchTerminatePad(MBB)) in addCatchAllTerminatePads()
DWebAssemblyExceptionInfo.cpp107 if (WebAssembly::isCatchTerminatePad(*EHPad)) { in discoverAndMapException()
DWebAssemblyUtilities.cpp209 bool WebAssembly::isCatchTerminatePad(const MachineBasicBlock &MBB) { in isCatchTerminatePad() function in WebAssembly