Searched refs:IsSEH (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp157 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality( local
159 X86FL->restoreWin32EHStackPointers(MBB, MBBI, DL, /*RestoreSP=*/IsSEH);
H A DX86FrameLowering.cpp1903 bool IsSEH = isAsynchronousEHPersonality(
1905 if (IsSEH)
H A DX86ISelLowering.cpp22219 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality(PerFn));
22221 if (IsSEH && Subtarget->is32Bit()) {
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp689 bool IsSEH = isAsynchronousEHPersonality( local
700 } else if (IsSEH && MBB.isEHPad()) {
717 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()});
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1194 bool IsSEH = isAsynchronousEHPersonality(Pers);
1195 if (IsSEH) {

Completed in 280 milliseconds