Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp722 int CatchState = -1, FollowerState = -1; in calculateClrEHStateNumbers() local
730 CatchState = in calculateClrEHStateNumbers()
737 Worklist.emplace_back(I, CatchState); in calculateClrEHStateNumbers()
739 FuncInfo.EHPadStateMap[Catch] = CatchState; in calculateClrEHStateNumbers()
740 FollowerState = CatchState; in calculateClrEHStateNumbers()
744 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()