Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp132 auto *SrcWE = getExceptionFor(EHPad); in recalculate()
133 auto *DstWE = getExceptionFor(UnwindDest); in recalculate()
168 auto *WE = getExceptionFor(EHPad); in recalculate()
196 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate()
219 WebAssemblyException *InnerWE = getExceptionFor(MBB); in recalculate()
242 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate()
327 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()