Changeset View
Changeset View
Standalone View
Standalone View
llvm/include/llvm/InitializePasses.h
//===- llvm/InitializePasses.h - Initialize All Passes ----------*- C++ -*-===// | //===- llvm/InitializePasses.h - Initialize All Passes ----------*- C++ -*-===// | ||||
Lint: Lint: clang-format not found in user’s local PATH; not linting file. | |||||
// | // | ||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | ||||
// See https://llvm.org/LICENSE.txt for license information. | // See https://llvm.org/LICENSE.txt for license information. | ||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
// | // | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// | // | ||||
▲ Show 20 Lines • Show All 431 Lines • ▼ Show 20 Lines | |||||
void initializeStripNonLineTableDebugLegacyPassPass(PassRegistry &); | void initializeStripNonLineTableDebugLegacyPassPass(PassRegistry &); | ||||
void initializeStripSymbolsPass(PassRegistry&); | void initializeStripSymbolsPass(PassRegistry&); | ||||
void initializeStructurizeCFGLegacyPassPass(PassRegistry &); | void initializeStructurizeCFGLegacyPassPass(PassRegistry &); | ||||
void initializeTailCallElimPass(PassRegistry&); | void initializeTailCallElimPass(PassRegistry&); | ||||
void initializeTailDuplicatePass(PassRegistry&); | void initializeTailDuplicatePass(PassRegistry&); | ||||
void initializeTargetLibraryInfoWrapperPassPass(PassRegistry&); | void initializeTargetLibraryInfoWrapperPassPass(PassRegistry&); | ||||
void initializeTargetPassConfigPass(PassRegistry&); | void initializeTargetPassConfigPass(PassRegistry&); | ||||
void initializeTargetTransformInfoWrapperPassPass(PassRegistry&); | void initializeTargetTransformInfoWrapperPassPass(PassRegistry&); | ||||
void initializeTBAAPrinterLegacyPassPass(PassRegistry&); | |||||
void initializeTBAAViewerLegacyPassPass(PassRegistry&); | |||||
void initializeThreadSanitizerLegacyPassPass(PassRegistry&); | void initializeThreadSanitizerLegacyPassPass(PassRegistry&); | ||||
void initializeTLSVariableHoistLegacyPassPass(PassRegistry &); | void initializeTLSVariableHoistLegacyPassPass(PassRegistry &); | ||||
void initializeTwoAddressInstructionPassPass(PassRegistry&); | void initializeTwoAddressInstructionPassPass(PassRegistry&); | ||||
void initializeTypeBasedAAWrapperPassPass(PassRegistry&); | void initializeTypeBasedAAWrapperPassPass(PassRegistry&); | ||||
void initializeTypePromotionPass(PassRegistry&); | void initializeTypePromotionPass(PassRegistry&); | ||||
void initializeUnifyFunctionExitNodesLegacyPassPass(PassRegistry &); | void initializeUnifyFunctionExitNodesLegacyPassPass(PassRegistry &); | ||||
void initializeUnifyLoopExitsLegacyPassPass(PassRegistry &); | void initializeUnifyLoopExitsLegacyPassPass(PassRegistry &); | ||||
void initializeUnpackMachineBundlesPass(PassRegistry&); | void initializeUnpackMachineBundlesPass(PassRegistry&); | ||||
Show All 17 Lines |
clang-format not found in user’s local PATH; not linting file.