Searched defs:BaseState (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 420 int BaseState = -1; local 430 BaseState = BaseStateI->second; 439 insertStateNumberStore(RegNode, CI, BaseState);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 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; member in class:__anon12181::InvokeStateChangeIterator 344 InvokeStateChangeIterator(const WinEHFuncInfo &EHInfo, MachineFunction::const_iterator MFI, MachineFunction::const_iterator MFE, MachineBasicBlock::const_iterator MBBI, int BaseState) argument 792 int BaseState; local 860 int BaseState = -1; local [all...] |
/external/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 186 int BaseState = -1; local 190 BaseState = BaseStateI->second; 193 if (BaseState != -1) { 194 FuncInfo.InvokeStateMap[II] = BaseState;
|
Completed in 92 milliseconds