Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Target/WebAssembly/
H A DWebAssemblyExceptionInfoTest.cpp195 WE0_0 = WEI.getExceptionFor(MBB4); in TEST()
200 WE0_0 = WEI.getExceptionFor(MBB5); in TEST()
205 WE0_0 = WEI.getExceptionFor(MBB6); in TEST()
210 WE0_0 = WEI.getExceptionFor(MBB10); in TEST()
363 WE0 = WEI.getExceptionFor(MBB2); in TEST()
368 WE0 = WEI.getExceptionFor(MBB7); in TEST()
373 WE0 = WEI.getExceptionFor(MBB8); in TEST()
385 WE0_0 = WEI.getExceptionFor(MBB4); in TEST()
390 WE0_0 = WEI.getExceptionFor(MBB5); in TEST()
395 WE0_0 = WEI.getExceptionFor(MBB6); in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp133 auto *SrcWE = getExceptionFor(EHPad); in recalculate()
134 auto *DstWE = getExceptionFor(UnwindDest); in recalculate()
169 auto *WE = getExceptionFor(EHPad); in recalculate()
197 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate()
220 WebAssemblyException *InnerWE = getExceptionFor(MBB); in recalculate()
243 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate()
328 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()