Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp551 int CatchState = -1, FollowerState = -1; in calculateClrEHStateNumbers() local
554 CBI != CBE; ++CBI, FollowerState = CatchState) { in calculateClrEHStateNumbers()
561 CatchState = in calculateClrEHStateNumbers()
568 Worklist.emplace_back(I, CatchState); in calculateClrEHStateNumbers()
570 FuncInfo.EHPadStateMap[Catch] = CatchState; in calculateClrEHStateNumbers()
574 FuncInfo.EHPadStateMap[CatchSwitch] = CatchState; in calculateClrEHStateNumbers()