Searched refs:getParentException (Results 1 – 2 of 2) sorted by relevance
145 DstWE->setParentException(SrcWE->getParentException()); in recalculate()189 WE->setParentException(SrcWE->getParentException()); in recalculate()200 for (; WE; WE = WE->getParentException()) in recalculate()229 InnerWE = InnerWE->getParentException(); in recalculate()234 changeExceptionFor(MBB, SrcWE->getParentException()); in recalculate()235 if (SrcWE->getParentException()) in recalculate()236 SrcWE->getParentException()->addToBlocksSet(MBB); in recalculate()247 for (; WE; WE = WE->getParentException()) in recalculate()257 if (WE->getParentException()) in recalculate()258 WE->getParentException()->getSubExceptions().push_back(std::move(WE)); in recalculate()[all …]
57 WebAssemblyException *getParentException() const { return ParentException; } in getParentException() function65 return contains(WE->getParentException()); in contains()167 assert(!WE->getParentException() && "Not a top level exception!"); in addTopLevelException()