Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp746 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership() local
757 } else if (IsSEH && MBB.isEHPad()) { in getEHScopeMembership()
775 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getEHScopeMembership()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2625 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
2627 if (IsSEH) in restoreCalleeSavedRegisters()
3699 bool IsSEH = isAsynchronousEHPersonality( in restoreWinEHStackPointersInParent() local
3705 /*RestoreSP=*/IsSEH); in restoreWinEHStackPointersInParent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2360 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
2390 if (!IsSEH) in findUnwindDestinations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1670 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad() local
1672 if (!IsSEH) in visitCatchPad()
1687 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1688 if (IsSEH) { in visitCatchRet()
1800 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
1830 if (!IsSEH) in findUnwindDestinations()