Lines Matching refs:BaseState
409 int BaseState) in InvokeStateChangeIterator() argument
410 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) { in InvokeStateChangeIterator()
413 LastStateChange.NewState = BaseState; in InvokeStateChangeIterator()
420 MachineFunction::const_iterator End, int BaseState = NullState) { in range() argument
427 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()
428 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState)); in range()
433 assert(BaseState == O.BaseState); in operator ==()
464 int BaseState; member in __anonc88075f50111::InvokeStateChangeIterator
476 if (!VisitingInvoke && LastStateChange.NewState != BaseState && in scan()
483 LastStateChange.NewState = BaseState; in scan()
525 if (LastStateChange.NewState != BaseState) { in scan()
529 LastStateChange.NewState = BaseState; in scan()
930 int BaseState; in computeIP2StateTable() local
932 BaseState = NullState; in computeIP2StateTable()
938 BaseState = FuncInfo.FuncletBaseStateMap.find(FuncletPad)->second; in computeIP2StateTable()
943 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable()
946 FuncInfo, FuncletStart, FuncletEnd, BaseState)) { in computeIP2StateTable()
1018 int BaseState = -1; in emitExceptHandlerTable() local
1071 BaseState = -2; in emitExceptHandlerTable()
1081 int ToState = UME.ToState == -1 ? BaseState : UME.ToState; in emitExceptHandlerTable()