Lines Matching refs:BaseState
412 int BaseState) in InvokeStateChangeIterator() argument
413 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) { in InvokeStateChangeIterator()
416 LastStateChange.NewState = BaseState; in InvokeStateChangeIterator()
423 MachineFunction::const_iterator End, int BaseState = NullState) { in range() argument
430 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()
431 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState)); in range()
436 assert(BaseState == O.BaseState); in operator ==()
467 int BaseState; member in __anond3c8cff90111::InvokeStateChangeIterator
479 if (!VisitingInvoke && LastStateChange.NewState != BaseState && in scan()
486 LastStateChange.NewState = BaseState; in scan()
528 if (LastStateChange.NewState != BaseState) { in scan()
532 LastStateChange.NewState = BaseState; in scan()
927 int BaseState; in computeIP2StateTable() local
929 BaseState = NullState; in computeIP2StateTable()
935 BaseState = FuncInfo.FuncletBaseStateMap.find(FuncletPad)->second; in computeIP2StateTable()
940 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable()
943 FuncInfo, FuncletStart, FuncletEnd, BaseState)) { in computeIP2StateTable()
1008 int BaseState = -1; in emitExceptHandlerTable() local
1061 BaseState = -2; in emitExceptHandlerTable()
1071 int ToState = UME.ToState == -1 ? BaseState : UME.ToState; in emitExceptHandlerTable()