Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1098 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local
1109 if (SeenThrowableInstInBB || !MBB.hasEHPadSuccessor() || in fixCallUnwindMismatches()
1112 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()
1174 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local
1181 if (MBB.hasEHPadSuccessor() && MayThrow && !SeenThrowableInstInBB) in fixCallUnwindMismatches()
1182 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()