Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp815 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership() local
826 } else if (IsSEH && MBB.isEHPad()) { in getEHScopeMembership()
844 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getEHScopeMembership()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3028 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
3030 if (IsSEH) in restoreCalleeSavedRegisters()
4167 bool IsSEH = isAsynchronousEHPersonality( in restoreWinEHStackPointersInParent() local
4173 /*RestoreSP=*/IsSEH); in restoreWinEHStackPointersInParent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2663 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
2693 if (!IsSEH) in findUnwindDestinations()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1927 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad() local
1929 if (!IsSEH) in visitCatchPad()
1944 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1945 if (IsSEH) { in visitCatchRet()
2057 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
2087 if (!IsSEH) in findUnwindDestinations()