Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp119 bool prepareThrows(Function &F);
169 Changed |= prepareThrows(F); in runOnFunction()
174 bool WasmEHPrepare::prepareThrows(Function &F) { in prepareThrows() function in WasmEHPrepare