Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp38 bool addRethrows(MachineFunction &MF);
116 Changed |= addRethrows(MF); in runOnMachineFunction()
244 bool WebAssemblyLateEHPrepare::addRethrows(MachineFunction &MF) { in addRethrows() function in WebAssemblyLateEHPrepare