Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp394 bool LastActionWasCatch = false; in processCallSite() local
399 if (CurrActionIsCatch && LastActionWasCatch && false) { in processCallSite()
410 LastActionWasCatch = CurrActionIsCatch; in processCallSite()