Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp106 Function *ThrowF = nullptr; // wasm.throw() intrinsic member in __anond80fb8fe0111::WasmEHPrepareImpl
198 ThrowF = Intrinsic::getDeclaration(&M, Intrinsic::wasm_throw); in prepareThrows()
202 for (User *U : ThrowF->users()) { in prepareThrows()