Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp746 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership() local
757 } else if (IsSEH && MBB.isEHPad()) { in getEHScopeMembership()
775 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getEHScopeMembership()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp2641 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
2643 if (IsSEH) in restoreCalleeSavedRegisters()
3715 bool IsSEH = isAsynchronousEHPersonality( in restoreWinEHStackPointersInParent() local
3721 /*RestoreSP=*/IsSEH); in restoreWinEHStackPointersInParent()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp2403 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
2433 if (!IsSEH) in findUnwindDestinations()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1671 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad() local
1673 if (!IsSEH) in visitCatchPad()
1688 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1689 if (IsSEH) { in visitCatchRet()
1801 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
1831 if (!IsSEH) in findUnwindDestinations()