Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp150 bool prepareThrows(Function &F);
200 Changed |= prepareThrows(F); in runOnFunction()
205 bool WasmEHPrepare::prepareThrows(Function &F) { in prepareThrows() function in WasmEHPrepare