Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:BaseState

356                             int BaseState)
357 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) {
360 LastStateChange.NewState = BaseState;
367 MachineFunction::const_iterator End, int BaseState = NullState) {
374 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState),
375 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState));
380 assert(BaseState == O.BaseState);
411 int BaseState;
423 if (!VisitingInvoke && LastStateChange.NewState != BaseState &&
430 LastStateChange.NewState = BaseState;
472 if (LastStateChange.NewState != BaseState) {
476 LastStateChange.NewState = BaseState;
870 int BaseState;
872 BaseState = NullState;
878 BaseState = FuncInfo.FuncletBaseStateMap.find(FuncletPad)->second;
883 std::make_pair(create32bitRef(StartLabel), BaseState));
886 FuncInfo, FuncletStart, FuncletEnd, BaseState)) {
944 int BaseState = -1;
995 BaseState = -2;
1005 int ToState = UME.ToState == -1 ? BaseState : UME.ToState;