Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp98 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runOnSCC() local
101 if (!CheckUnwind && !CheckReturn) in runOnSCC()
107 if (CheckUnwind && isa<ResumeInst>(BB->getTerminator())) { in runOnSCC()
116 if (CheckUnwind && !SCCMightUnwind) in runOnSCC()