Home
last modified time | relevance | path

Searched refs:getParentException (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp144 DstWE->setParentException(SrcWE->getParentException()); in recalculate()
188 WE->setParentException(SrcWE->getParentException()); in recalculate()
199 for (; WE; WE = WE->getParentException()) in recalculate()
228 InnerWE = InnerWE->getParentException(); in recalculate()
233 changeExceptionFor(MBB, SrcWE->getParentException()); in recalculate()
234 if (SrcWE->getParentException()) in recalculate()
235 SrcWE->getParentException()->addToBlocksSet(MBB); in recalculate()
246 for (; WE; WE = WE->getParentException()) in recalculate()
256 if (WE->getParentException()) in recalculate()
257 WE->getParentException()->getSubExceptions().push_back(std::move(WE)); in recalculate()
[all …]
H A DWebAssemblyExceptionInfo.h57 WebAssemblyException *getParentException() const { return ParentException; } in getParentException() function
65 return contains(WE->getParentException()); in contains()
165 assert(!WE->getParentException() && "Not a top level exception!"); in addTopLevelException()