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.cpp760 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership() local
771 } else if (IsSEH && MBB.isEHPad()) { in getEHScopeMembership()
789 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getEHScopeMembership()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3083 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
3085 if (IsSEH) in restoreCalleeSavedRegisters()
4221 bool IsSEH = isAsynchronousEHPersonality( in restoreWinEHStackPointersInParent() local
4227 /*RestoreSP=*/IsSEH); in restoreWinEHStackPointersInParent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2829 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
2859 if (!IsSEH) in findUnwindDestinations()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1966 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad() local
1968 if (!IsSEH) in visitCatchPad()
1983 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1984 if (IsSEH) { in visitCatchRet()
2096 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
2126 if (!IsSEH) in findUnwindDestinations()