Lines Matching refs:BaseState
379 int BaseState) in InvokeStateChangeIterator() argument
380 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) { in InvokeStateChangeIterator()
383 LastStateChange.NewState = BaseState; in InvokeStateChangeIterator()
390 MachineFunction::const_iterator End, int BaseState = NullState) { in range() argument
397 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()
398 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState)); in range()
403 assert(BaseState == O.BaseState); in operator ==()
434 int BaseState; member in __anon6132c84a0111::InvokeStateChangeIterator
446 if (!VisitingInvoke && LastStateChange.NewState != BaseState && in scan()
453 LastStateChange.NewState = BaseState; in scan()
495 if (LastStateChange.NewState != BaseState) { in scan()
499 LastStateChange.NewState = BaseState; in scan()
894 int BaseState; in computeIP2StateTable() local
896 BaseState = NullState; in computeIP2StateTable()
902 BaseState = FuncInfo.FuncletBaseStateMap.find(FuncletPad)->second; in computeIP2StateTable()
907 std::make_pair(create32bitRef(StartLabel), BaseState)); in computeIP2StateTable()
910 FuncInfo, FuncletStart, FuncletEnd, BaseState)) { in computeIP2StateTable()
980 int BaseState = -1; in emitExceptHandlerTable() local
1031 BaseState = -2; in emitExceptHandlerTable()
1041 int ToState = UME.ToState == -1 ? BaseState : UME.ToState; in emitExceptHandlerTable()