Searched refs:ExceptionMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp84 DenseMap<const WebAssemblyException *, std::unique_ptr<Region>> ExceptionMap; member in class:__anon5384::RegionInfo
104 if (ExceptionMap.count(WE))
105 return ExceptionMap[WE].get();
106 ExceptionMap[WE] =
108 return ExceptionMap[WE].get();

Completed in 95 milliseconds