Searched refs:CheckUnwind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp96 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); local
99 if (!CheckUnwind && !CheckReturn)
105 if (CheckUnwind && isa<ResumeInst>(BB->getTerminator())) {
114 if (CheckUnwind && !SCCMightUnwind)

Completed in 59 milliseconds