Home
last modified time | relevance | path

Searched refs:IsSEH (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp157 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality( in ExpandMI() local
159 X86FL->restoreWin32EHStackPointers(MBB, MBBI, DL, /*RestoreSP=*/IsSEH); in ExpandMI()
DX86FrameLowering.cpp1922 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
1924 if (IsSEH) in restoreCalleeSavedRegisters()
DX86ISelLowering.cpp21908 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality(PerFn)); in EmitLoweredCatchPad() local
21910 if (IsSEH && Subtarget->is32Bit()) { in EmitLoweredCatchPad()
/external/llvm/lib/CodeGen/
DAnalysis.cpp689 bool IsSEH = isAsynchronousEHPersonality( in getFuncletMembership() local
700 } else if (IsSEH && MBB.isEHPad()) { in getFuncletMembership()
717 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getFuncletMembership()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1194 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1195 if (IsSEH) { in visitCatchRet()