Searched refs:DemoteCatchSwitchPHIOnly (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPasses.h340 FunctionPass *createWinEHPass(bool DemoteCatchSwitchPHIOnly = false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp62 WinEHPrepare(bool DemoteCatchSwitchPHIOnly = false)
63 : FunctionPass(ID), DemoteCatchSwitchPHIOnly(DemoteCatchSwitchPHIOnly) {}
86 void demotePHIsOnFunclets(Function &F, bool DemoteCatchSwitchPHIOnly);
92 bool DemoteCatchSwitchPHIOnly; member in class:__anon1839::WinEHPrepare
108 FunctionPass *llvm::createWinEHPass(bool DemoteCatchSwitchPHIOnly) { argument
109 return new WinEHPrepare(DemoteCatchSwitchPHIOnly);
692 bool DemoteCatchSwitchPHIOnly) {
699 if (DemoteCatchSwitchPHIOnly && !isa<CatchSwitchInst>(BB->getFirstNonPHI()))
1049 demotePHIsOnFunclets(F, DemoteCatchSwitchPHIOnly ||
691 demotePHIsOnFunclets(Function &F, bool DemoteCatchSwitchPHIOnly) argument
[all...]

Completed in 162 milliseconds