Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1099 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local
1110 if (SeenThrowableInstInBB || !MBB.hasEHPadSuccessor() || in fixCallUnwindMismatches()
1113 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()
1175 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local
1182 if (MBB.hasEHPadSuccessor() && MayThrow && !SeenThrowableInstInBB) in fixCallUnwindMismatches()
1183 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()