Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp134 auto *SrcWE = getExceptionFor(EHPad); in recalculate()
135 auto *DstWE = getExceptionFor(UnwindDest); in recalculate()
170 auto *WE = getExceptionFor(EHPad); in recalculate()
198 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate()
221 WebAssemblyException *InnerWE = getExceptionFor(MBB); in recalculate()
244 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate()
329 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException()
H A DWebAssemblySortRegion.cpp19 const auto *WE = WEI.getExceptionFor(MBB); in getRegionFor()
49 return getBottom(WEI.getExceptionFor(R->getHeader())); in getBottom()
64 MachineBasicBlock *ExBottom = getBottom(WEI.getExceptionFor(MBB)); in getBottom()
H A DWebAssemblyExceptionInfo.h153 WebAssemblyException *getExceptionFor(const MachineBasicBlock *MBB) const { in getExceptionFor() function
H A DWebAssemblyCFGStackify.cpp490 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); in placeTryMarker()