Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPasses.h403 FunctionPass *createWinEHPass(bool DemoteCatchSwitchPHIOnly = false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp920 addPass(createWinEHPass()); in addPassesToHandleExceptions()
928 addPass(createWinEHPass(/*DemoteCatchSwitchPHIOnly=*/true)); in addPassesToHandleExceptions()
H A DWinEHPrepare.cpp127 FunctionPass *llvm::createWinEHPass(bool DemoteCatchSwitchPHIOnly) { in createWinEHPass() function in llvm