Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp66 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate()
158 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException()
H A DWebAssemblyExceptionInfo.h148 WebAssemblyException *getExceptionFor(const MachineBasicBlock *MBB) const { in getExceptionFor() function
H A DWebAssemblyCFGStackify.cpp197 WebAssemblyException *WE = WEI.getExceptionFor(TryToEHPad[Begin]); in getBottom()
446 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); in placeTryMarker()
H A DWebAssemblyCFGSort.cpp86 const auto *WE = WEI.getExceptionFor(MBB); in getRegionFor()