Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp111 bool prepareThrows(Function &F);
161 Changed |= prepareThrows(F); in runOnFunction()
166 bool WasmEHPrepare::prepareThrows(Function &F) { in prepareThrows() function in WasmEHPrepare