Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp135 auto *SrcWE = getExceptionFor(EHPad); in recalculate()
136 auto *DstWE = getExceptionFor(UnwindDest); in recalculate()
171 auto *WE = getExceptionFor(EHPad); in recalculate()
199 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate()
222 WebAssemblyException *InnerWE = getExceptionFor(MBB); in recalculate()
246 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate()
331 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.cpp489 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); in placeTryMarker()