Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp182 SmallVector<BasicBlock *, 16> CleanupPads; in runOnFunction() local
190 CleanupPads.push_back(&BB); in runOnFunction()
193 if (CatchPads.empty() && CleanupPads.empty()) in runOnFunction()
251 for (auto *BB : CleanupPads) in runOnFunction()