Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp397 bool CurrActionIsCatch = isa<CatchHandler>(Actions[I]); in processCallSite() local
399 if (CurrActionIsCatch && LastActionWasCatch && false) { in processCallSite()
410 LastActionWasCatch = CurrActionIsCatch; in processCallSite()