Home
last modified time | relevance | path

Searched defs:DemoteCatchSwitchPHIOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDWinEHPrepare.h17 bool DemoteCatchSwitchPHIOnly; variable
21 : DemoteCatchSwitchPHIOnly(DemoteCatchSwitchPHIOnly_) {} in DemoteCatchSwitchPHIOnly() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDWinEHPrepare.cpp65 WinEHPrepareImpl(bool DemoteCatchSwitchPHIOnly) in WinEHPrepareImpl()
87 bool DemoteCatchSwitchPHIOnly; member in __anonf9b79af70111::WinEHPrepareImpl
98 bool DemoteCatchSwitchPHIOnly; member in __anonf9b79af70111::WinEHPrepare
103 WinEHPrepare(bool DemoteCatchSwitchPHIOnly = false) in WinEHPrepare()
127 FunctionPass *llvm::createWinEHPass(bool DemoteCatchSwitchPHIOnly) { in createWinEHPass()
860 bool DemoteCatchSwitchPHIOnly) { in demotePHIsOnFunclets()