Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp758 bool NeedInvoke = AllowExceptions && canThrow(II->getCalledValue()); in runEHOnFunction() local
759 if (NeedInvoke) { in runEHOnFunction()