@@ -42,41 +42,6 @@ FUNCTION_ANALYSIS("ssp-layout", SSPLayoutAnalysis())
4242FUNCTION_ANALYSIS(" target-ir" , TargetIRAnalysis(std::move(TM.getTargetIRAnalysis())))
4343#undef FUNCTION_ANALYSIS
4444
45- #ifndef FUNCTION_PASS
46- #define FUNCTION_PASS (NAME, CREATE_PASS )
47- #endif
48- FUNCTION_PASS (" callbr-prepare" , CallBrPreparePass())
49- FUNCTION_PASS(" cfguard" , CFGuardPass())
50- FUNCTION_PASS(" codegenprepare" , CodeGenPreparePass(TM))
51- FUNCTION_PASS(" consthoist" , ConstantHoistingPass())
52- FUNCTION_PASS(" dwarf-eh-prepare" , DwarfEHPreparePass(TM))
53- FUNCTION_PASS(" ee-instrument" , EntryExitInstrumenterPass(false ))
54- FUNCTION_PASS(" expand-large-div-rem" , ExpandLargeDivRemPass(TM))
55- FUNCTION_PASS(" expand-fp" , ExpandFpPass(TM))
56- FUNCTION_PASS(" expand-memcmp" , ExpandMemCmpPass(TM))
57- FUNCTION_PASS(" expand-reductions" , ExpandReductionsPass())
58- FUNCTION_PASS(" gc-lowering" , GCLoweringPass())
59- FUNCTION_PASS(" indirectbr-expand" , IndirectBrExpandPass(TM))
60- FUNCTION_PASS(" interleaved-access" , InterleavedAccessPass(TM))
61- FUNCTION_PASS(" interleaved-load-combine" , InterleavedLoadCombinePass(TM))
62- FUNCTION_PASS(" lower-constant-intrinsics" , LowerConstantIntrinsicsPass())
63- FUNCTION_PASS(" lower-invoke" , LowerInvokePass())
64- FUNCTION_PASS(" mergeicmps" , MergeICmpsPass())
65- FUNCTION_PASS(" partially-inline-libcalls" , PartiallyInlineLibCallsPass())
66- FUNCTION_PASS(" post-inline-ee-instrument" , EntryExitInstrumenterPass(true ))
67- FUNCTION_PASS(" replace-with-veclib" , ReplaceWithVeclib())
68- FUNCTION_PASS(" safe-stack" , SafeStackPass(TM))
69- FUNCTION_PASS(" scalarize-masked-mem-intrin" , ScalarizeMaskedMemIntrinPass())
70- FUNCTION_PASS(" select-optimize" , SelectOptimizePass(TM))
71- FUNCTION_PASS(" sjlj-eh-prepare" , SjLjEHPreparePass(TM))
72- FUNCTION_PASS(" stack-protector" , StackProtectorPass(TM))
73- FUNCTION_PASS(" tlshoist" , TLSVariableHoistPass())
74- FUNCTION_PASS(" unreachableblockelim" , UnreachableBlockElimPass())
75- FUNCTION_PASS(" verify" , VerifierPass())
76- FUNCTION_PASS(" wasm-eh-prepare" , WasmEHPreparePass())
77- FUNCTION_PASS(" win-eh-prepare" , WinEHPreparePass())
78- #undef FUNCTION_PASS
79-
8045#ifndef LOOP_PASS
8146#define LOOP_PASS (NAME, CREATE_PASS )
8247#endif
0 commit comments