Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DWasmEHFuncInfo.h51 bool hasThrowUnwindDest(const BasicBlock *BB) const { in hasThrowUnwindDest() function
70 bool hasThrowUnwindDest(MachineBasicBlock *MBB) const { in hasThrowUnwindDest() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp145 if (EHInfo->hasThrowUnwindDest(&MBB)) in replaceFuncletReturns()
233 if (EHInfo->hasThrowUnwindDest(&MBB)) in addRethrows()