@@ -336,6 +336,69 @@ void initializeVirtRegMapPass(PassRegistry&);
336
336
void initializeVirtRegRewriterPass (PassRegistry&);
337
337
void initializeWholeProgramDevirtPass (PassRegistry &);
338
338
void initializeWinEHPreparePass (PassRegistry&);
339
+
340
+ // @LOCALMOD-BEGIN
341
+ void initializeAddPNaClExternalDeclsPass (PassRegistry&);
342
+ void initializeAllocateDataSegmentPass (PassRegistry&);
343
+ void initializeBackendCanonicalizePass (PassRegistry&);
344
+ void initializeCanonicalizeMemIntrinsicsPass (PassRegistry&);
345
+ void initializeCleanupUsedGlobalsMetadataPass (PassRegistry&);
346
+ void initializeConstantInsertExtractElementIndexPass (PassRegistry&);
347
+ void initializeExpandAllocasPass (PassRegistry&);
348
+ void initializeExpandArithWithOverflowPass (PassRegistry&);
349
+ void initializeExpandByValPass (PassRegistry&);
350
+ void initializeExpandConstantExprPass (PassRegistry&);
351
+ void initializeExpandCtorsPass (PassRegistry&);
352
+ void initializeExpandGetElementPtrPass (PassRegistry&);
353
+ void initializeExpandIndirectBrPass (PassRegistry&);
354
+ void initializeExpandLargeIntegersPass (PassRegistry&);
355
+ void initializeExpandShuffleVectorPass (PassRegistry&);
356
+ void initializeExpandSmallArgumentsPass (PassRegistry&);
357
+ void initializeExpandStructRegsPass (PassRegistry&);
358
+ void initializeExpandTlsConstantExprPass (PassRegistry&);
359
+ void initializeExpandTlsPass (PassRegistry&);
360
+ void initializeExpandVarArgsPass (PassRegistry&);
361
+ void initializeFixVectorLoadStoreAlignmentPass (PassRegistry&);
362
+ void initializeFlattenGlobalsPass (PassRegistry&);
363
+ void initializeGlobalCleanupPass (PassRegistry&);
364
+ void initializeGlobalizeConstantVectorsPass (PassRegistry&);
365
+ void initializeInsertDivideCheckPass (PassRegistry&);
366
+ void initializeInternalizeUsedGlobalsPass (PassRegistry&);
367
+ void initializeNaClCcRewritePass (PassRegistry&);
368
+ void initializeNormalizeAlignmentPass (PassRegistry&);
369
+ void initializePNaClABIVerifyFunctionsPass (PassRegistry&);
370
+ void initializePNaClABIVerifyModulePass (PassRegistry&);
371
+ void initializePNaClSjLjEHPass (PassRegistry&);
372
+ void initializePromoteI1OpsPass (PassRegistry&);
373
+ void initializePromoteIntegersPass (PassRegistry&);
374
+ void initializeRemoveAsmMemoryPass (PassRegistry&);
375
+ void initializeRenameEntryPointPass (PassRegistry&);
376
+ void initializeReplacePtrsWithIntsPass (PassRegistry&);
377
+ void initializeResolveAliasesPass (PassRegistry&);
378
+ void initializeResolvePNaClIntrinsicsPass (PassRegistry&);
379
+ void initializeRewriteAtomicsPass (PassRegistry&);
380
+ void initializeRewriteLLVMIntrinsicsPass (PassRegistry&);
381
+ void initializeRewritePNaClLibraryCallsPass (PassRegistry&);
382
+ void initializeSandboxIndirectCallsPass (PassRegistry&);
383
+ void initializeSandboxMemoryAccessesPass (PassRegistry&);
384
+ void initializeSimplifyAllocasPass (PassRegistry&);
385
+ void initializeSimplifyStructRegSignaturesPass (PassRegistry&);
386
+ void initializeStripAttributesPass (PassRegistry&);
387
+ void initializeStripMetadataPass (PassRegistry&);
388
+ void initializeStripModuleFlagsPass (PassRegistry&);
389
+ void initializeStripDanglingDISubprogramsPass (PassRegistry&);
390
+ void initializeStripTlsPass (PassRegistry&);
391
+ void initializeSubstituteUndefsPass (PassRegistry&);
392
+ // Emscripten passes:
393
+ void initializeExpandI64Pass (PassRegistry&);
394
+ void initializeExpandInsertExtractElementPass (PassRegistry&);
395
+ void initializeLowerEmAsyncifyPass (PassRegistry&);
396
+ void initializeLowerEmExceptionsPass (PassRegistry&);
397
+ void initializeLowerEmSetjmpPass (PassRegistry&);
398
+ void initializeNoExitRuntimePass (PassRegistry&);
399
+ // Emscripten passes end.
400
+ // @LOCALMOD-END
401
+
339
402
void initializeWriteBitcodePassPass (PassRegistry &);
340
403
void initializeXRayInstrumentationPass (PassRegistry &);
341
404
}
0 commit comments