Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAnalysis.cpp765 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership() local
776 } else if (IsSEH && MBB.isEHPad()) { in getEHScopeMembership()
794 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getEHScopeMembership()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2798 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
2800 if (IsSEH) in restoreCalleeSavedRegisters()
3862 bool IsSEH = isAsynchronousEHPersonality( in restoreWinEHStackPointersInParent() local
3868 /*RestoreSP=*/IsSEH); in restoreWinEHStackPointersInParent()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2495 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
2525 if (!IsSEH) in findUnwindDestinations()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1694 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad() local
1696 if (!IsSEH) in visitCatchPad()
1711 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1712 if (IsSEH) { in visitCatchRet()
1824 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
1854 if (!IsSEH) in findUnwindDestinations()