Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp242 bool SawPotentiallyThrowing = false; in computeCallSiteTable() local
259 SawPotentiallyThrowing = false; in computeCallSiteTable()
269 SawPotentiallyThrowing |= !callToNoUnwindFunction(&MI); in computeCallSiteTable()
276 SawPotentiallyThrowing = false; in computeCallSiteTable()
293 if (SawPotentiallyThrowing && in computeCallSiteTable()
346 if (SawPotentiallyThrowing && !IsSJLJ) { in computeCallSiteTable()
350 SawPotentiallyThrowing = false; in computeCallSiteTable()