Lines Matching refs:BaseState
401 int BaseState) in InvokeStateChangeIterator() argument
402 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) { in InvokeStateChangeIterator()
405 LastStateChange.NewState = BaseState; in InvokeStateChangeIterator()
412 MachineFunction::const_iterator End, int BaseState = NullState) { in range() argument
419 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()
420 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState)); in range()
425 assert(BaseState == O.BaseState); in operator ==()
456 int BaseState; member in __anon7b74c4c50111::InvokeStateChangeIterator
468 if (!VisitingInvoke && LastStateChange.NewState != BaseState && in scan()
475 LastStateChange.NewState = BaseState; in scan()
517 if (LastStateChange.NewState != BaseState) { in scan()
521 LastStateChange.NewState = BaseState; in scan()
926 int BaseState; in computeIP2StateTable() local
928 BaseState = NullState; in computeIP2StateTable()
934 BaseState = FuncInfo.FuncletBaseStateMap.find(FuncletPad)->second; in computeIP2StateTable()
939 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable()
942 FuncInfo, FuncletStart, FuncletEnd, BaseState)) { in computeIP2StateTable()
1014 int BaseState = -1; in emitExceptHandlerTable() local
1067 BaseState = -2; in emitExceptHandlerTable()
1077 int ToState = UME.ToState == -1 ? BaseState : UME.ToState; in emitExceptHandlerTable()