Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DAnalysis.cpp766 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership() local
777 } else if (IsSEH && MBB.isEHPad()) { in getEHScopeMembership()
795 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getEHScopeMembership()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86FrameLowering.cpp2883 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
2885 if (IsSEH) in restoreCalleeSavedRegisters()
3959 bool IsSEH = isAsynchronousEHPersonality( in restoreWinEHStackPointersInParent() local
3965 /*RestoreSP=*/IsSEH); in restoreWinEHStackPointersInParent()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp2515 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
2545 if (!IsSEH) in findUnwindDestinations()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1750 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad() local
1752 if (!IsSEH) in visitCatchPad()
1767 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1768 if (IsSEH) { in visitCatchRet()
1880 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
1910 if (!IsSEH) in findUnwindDestinations()