Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/WebAssembly/
DWebAssemblyExceptionInfoTest.cpp181 auto *WE0 = WEI.getExceptionFor(MBB2); in TEST()
188 auto *WE0_0 = WEI.getExceptionFor(MBB3); in TEST()
195 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()
215 auto *WE0_0_0 = WEI.getExceptionFor(MBB8); in TEST()
222 auto *WE0_1 = WEI.getExceptionFor(MBB9); in TEST()
356 auto *WE0 = WEI.getExceptionFor(MBB1); in TEST()
363 WE0 = WEI.getExceptionFor(MBB2); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp63 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate()
155 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException()
DWebAssemblyExceptionInfo.h148 WebAssemblyException *getExceptionFor(const MachineBasicBlock *MBB) const { in getExceptionFor() function