Searched refs:DemoteCatchSwitchPHIOnly (Results 1 – 3 of 3) sorted by relevance
65 WinEHPrepareImpl(bool DemoteCatchSwitchPHIOnly) in WinEHPrepareImpl() argument66 : DemoteCatchSwitchPHIOnly(DemoteCatchSwitchPHIOnly) {} in WinEHPrepareImpl()81 void demotePHIsOnFunclets(Function &F, bool DemoteCatchSwitchPHIOnly);87 bool DemoteCatchSwitchPHIOnly; member in __anon2629cb1e0111::WinEHPrepareImpl98 bool DemoteCatchSwitchPHIOnly; member in __anon2629cb1e0111::WinEHPrepare103 WinEHPrepare(bool DemoteCatchSwitchPHIOnly = false) in WinEHPrepare() argument104 : FunctionPass(ID), DemoteCatchSwitchPHIOnly(DemoteCatchSwitchPHIOnly) {} in WinEHPrepare()111 return WinEHPrepareImpl(DemoteCatchSwitchPHIOnly).runOnFunction(Fn); in runOnFunction()119 bool Changed = WinEHPrepareImpl(DemoteCatchSwitchPHIOnly).runOnFunction(F); in run()127 FunctionPass *llvm::createWinEHPass(bool DemoteCatchSwitchPHIOnly) { in createWinEHPass() argument[all …]
403 FunctionPass *createWinEHPass(bool DemoteCatchSwitchPHIOnly = false);
589 [](bool DemoteCatchSwitchPHIOnly) {590 return WinEHPreparePass(DemoteCatchSwitchPHIOnly);