HomeSort by: relevance | last modified time | path
    Searched refs:IsSEH (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 746 bool IsSEH = isAsynchronousEHPersonality(
757 } else if (IsSEH && MBB.isEHPad()) {
775 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()});
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.cpp 2625 bool IsSEH = isAsynchronousEHPersonality(
2627 if (IsSEH)
3699 bool IsSEH = isAsynchronousEHPersonality(
3705 /*RestoreSP=*/IsSEH);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 2360 bool IsSEH = isAsynchronousEHPersonality(Personality);
2390 if (!IsSEH)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 1670 bool IsSEH = isAsynchronousEHPersonality(Pers);
1672 if (!IsSEH)
1687 bool IsSEH = isAsynchronousEHPersonality(Pers);
1688 if (IsSEH) {
1800 bool IsSEH = isAsynchronousEHPersonality(Personality);
1830 if (!IsSEH)

Completed in 51 milliseconds