Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp376 int LastTryLowIdx = 0; in processCallSite() local
382 makeArrayRef(&PoppedCatches[LastTryLowIdx], I - LastTryLowIdx + 1); in processCallSite()
384 LastTryLowIdx = I + 1; in processCallSite()