Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp181 SmallVector<BasicBlock *, 16> CatchPads; in runOnFunction() local
188 CatchPads.push_back(&BB); in runOnFunction()
193 if (CatchPads.empty() && CleanupPads.empty()) in runOnFunction()
232 for (auto *BB : CatchPads) { in runOnFunction()
243 return !CatchPads.empty(); in runOnFunction()