Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp380 int ParentState) { in calculateCXXStateNumbers() argument
393 int TryLow = addUnwindMapEntry(FuncInfo, ParentState, nullptr); in calculateCXXStateNumbers()
400 int CatchLow = addUnwindMapEntry(FuncInfo, ParentState, nullptr); in calculateCXXStateNumbers()
455 int CleanupState = addUnwindMapEntry(FuncInfo, ParentState, BB); in calculateCXXStateNumbers()
475 static int addSEHExcept(WinEHFuncInfo &FuncInfo, int ParentState, in addSEHExcept() argument
478 Entry.ToState = ParentState; in addSEHExcept()
486 static int addSEHFinally(WinEHFuncInfo &FuncInfo, int ParentState, in addSEHFinally() argument
489 Entry.ToState = ParentState; in addSEHFinally()
502 int ParentState) { in calculateSEHStateNumbers() argument
522 int TryState = addSEHExcept(FuncInfo, ParentState, Filter, CatchPadBB); in calculateSEHStateNumbers()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp709 StateType ParentState; in followUsesInMBEC() local
713 ParentState.indicateOptimisticFixpoint(); in followUsesInMBEC()
725 ParentState &= ChildState; in followUsesInMBEC()
729 S += ParentState; in followUsesInMBEC()