Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:BaseState

348                             int BaseState)
349 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) {
352 LastStateChange.NewState = BaseState;
359 MachineFunction::const_iterator End, int BaseState = NullState) {
366 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState),
367 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState));
372 assert(BaseState == O.BaseState);
403 int BaseState;
415 if (!VisitingInvoke && LastStateChange.NewState != BaseState &&
422 LastStateChange.NewState = BaseState;
464 if (LastStateChange.NewState != BaseState) {
468 LastStateChange.NewState = BaseState;
792 int BaseState;
794 BaseState = NullState;
800 BaseState = FuncInfo.FuncletBaseStateMap.find(FuncletPad)->second;
805 std::make_pair(create32bitRef(StartLabel), BaseState));
808 FuncInfo, FuncletStart, FuncletEnd, BaseState)) {
860 int BaseState = -1;
880 BaseState = -2;
889 int ToState = UME.ToState == -1 ? BaseState : UME.ToState;