Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp196 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality( in ExpandMI() local
198 X86FL->restoreWin32EHStackPointers(MBB, MBBI, DL, /*RestoreSP=*/IsSEH); in ExpandMI()
DX86FrameLowering.cpp1969 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
1971 if (IsSEH) in restoreCalleeSavedRegisters()
DX86ISelLowering.cpp23625 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality(PerFn)); in EmitLoweredCatchPad() local
23627 if (IsSEH && Subtarget.is32Bit()) { in EmitLoweredCatchPad()
/external/llvm/lib/CodeGen/
DAnalysis.cpp679 bool IsSEH = isAsynchronousEHPersonality( in getFuncletMembership() local
690 } else if (IsSEH && MBB.isEHPad()) { in getFuncletMembership()
707 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getFuncletMembership()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1259 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1260 if (IsSEH) { in visitCatchRet()