Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp541 int CatchState = -1, FollowerState = -1; in calculateClrEHStateNumbers() local
544 CBI != CBE; ++CBI, FollowerState = CatchState) { in calculateClrEHStateNumbers()
551 CatchState = in calculateClrEHStateNumbers()
558 Worklist.emplace_back(I, CatchState); in calculateClrEHStateNumbers()
560 FuncInfo.EHPadStateMap[Catch] = CatchState; in calculateClrEHStateNumbers()
564 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()