Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1118 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local
1129 if (SeenThrowableInstInBB || !MBB.hasEHPadSuccessor() || in fixCallUnwindMismatches()
1132 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()
1194 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local
1201 if (MBB.hasEHPadSuccessor() && MayThrow && !SeenThrowableInstInBB) in fixCallUnwindMismatches()
1202 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()