Home
last modified time | relevance | path

Searched refs:DemoteCatchSwitchPHIOnly (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp65 WinEHPrepareImpl(bool DemoteCatchSwitchPHIOnly) in WinEHPrepareImpl() argument
66 : DemoteCatchSwitchPHIOnly(DemoteCatchSwitchPHIOnly) {} in WinEHPrepareImpl()
81 void demotePHIsOnFunclets(Function &F, bool DemoteCatchSwitchPHIOnly);
87 bool DemoteCatchSwitchPHIOnly; member in __anon2629cb1e0111::WinEHPrepareImpl
98 bool DemoteCatchSwitchPHIOnly; member in __anon2629cb1e0111::WinEHPrepare
103 WinEHPrepare(bool DemoteCatchSwitchPHIOnly = false) in WinEHPrepare() argument
104 : 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPasses.h403 FunctionPass *createWinEHPass(bool DemoteCatchSwitchPHIOnly = false);
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def589 [](bool DemoteCatchSwitchPHIOnly) {
590 return WinEHPreparePass(DemoteCatchSwitchPHIOnly);