Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp761 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership() local
772 } else if (IsSEH && MBB.isEHPad()) { in getEHScopeMembership()
790 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getEHScopeMembership()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3147 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
3149 if (IsSEH) in restoreCalleeSavedRegisters()
4293 bool IsSEH = isAsynchronousEHPersonality( in restoreWinEHStackPointersInParent() local
4299 /*RestoreSP=*/IsSEH); in restoreWinEHStackPointersInParent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2876 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
2906 if (!IsSEH) in findUnwindDestinations()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1986 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad() local
1988 if (IsSEH) { in visitCatchPad()
2005 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
2006 if (IsSEH) { in visitCatchRet()
2070 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
2096 if (!IsSEH) in findUnwindDestinations()